Home
last modified time | relevance | path

Searched defs:targetName (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dtarget_registry.cpp30 Target *TargetRegistry::lookupTarget(const std::string &targetName) in lookupTarget() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_function.cpp283 JSHandle<JSTaggedValue> targetName = JSObject::GetProperty(thread, target, nameKey).GetValue(); in FunctionPrototypeBindInternal() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp110 const util::StringView &targetName = targetProp->AsProperty()->Key()->AsIdentifier()->Name(); in ValidateObjectLiteralType() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp111 const util::StringView &targetName = targetProp->AsProperty()->Key()->AsIdentifier()->Name(); in ValidateObjectLiteralType() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp253 JSHandle<JSTaggedValue> targetName = JSObject::GetProperty(thread, target, nameKey).GetValue(); in NameGetter() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp671 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1350 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCall() local
1457 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCallWithArgv() local

Completed in 18 milliseconds