Home
last modified time | relevance | path

Searched defs:targetName (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dtarget_registry.cpp30 Target *TargetRegistry::lookupTarget(const std::string &targetName) in lookupTarget()
/arkcompiler/ets_frontend/arkguard/src/utils/
DTypeUtils.ts54 const targetName: string = pathOrExtension.path + fileSuffix; constant
/arkcompiler/ets_frontend/arkguard/test/ut/
DNameGenerator.spec.ts55 const targetName = orderedName.slice(26 * (i - 1), 26 * i); constant
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp110 … const util::StringView &targetName = targetProp->AsProperty()->Key()->AsIdentifier()->Name(); in ValidateObjectLiteralType() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp111 … const util::StringView &targetName = targetProp->AsProperty()->Key()->AsIdentifier()->Name(); in ValidateObjectLiteralType() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp279 … JSHandle<JSTaggedValue> targetName = JSObject::GetProperty(thread, target, nameKey).GetValue(); in FunctionPrototypeBindInternal() local
Dbuiltins_shared_typedarray.cpp1362 JSHandle<JSTaggedValue> targetName(thread, JSTypedArray::Cast(*newArrObj)->GetTypedArrayName()); in Slice() local
Dbuiltins_typedarray.cpp1474 JSHandle<JSTaggedValue> targetName(thread, JSTypedArray::Cast(*newArrObj)->GetTypedArrayName()); in Slice() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js15758 targetName: "Vec2" property
15763 targetName: "Vec2" property
15768 targetName: "Vec2" property
15773 targetName: "Vec2" property
15778 targetName: "Vec2" property
15783 targetName: "Vec2" property
15788 targetName: "Vec2" property
15793 targetName: "Vec2" property
15798 targetName: "Vec2" property
15804 targetName: "Vec2" property
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1754 std::string targetName = prop->Key()->AsIdentifier()->Name().Mutf8(); in IsInitializedProperty() local
1768 bool ETSChecker::FindPropertyInAssignment(const ir::AstNode *it, const std::string &targetName) in FindPropertyInAssignment()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp253 … JSHandle<JSTaggedValue> targetName = JSObject::GetProperty(thread, target, nameKey).GetValue(); in NameGetter() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1318 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCall() local
1425 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCallWithArgv() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp671 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCall() local