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.cpp29 Target *TargetRegistry::lookupTarget(const std::string &targetName) in lookupTarget()
/arkcompiler/ets_frontend/arkguard/src/utils/
DTypeUtils.ts63 const targetName: string = pathOrExtension.path + fileSuffix; constant
/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/es2panda/typescript/core/
DdestructuringContext.cpp108 … 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.cpp1389 …JSHandle<JSTaggedValue> targetName(thread, JSTypedArray::Cast(*newArrObj)->GetTypedArrayName(threa… in Slice() local
Dbuiltins_typedarray.cpp1449 …JSHandle<JSTaggedValue> targetName(thread, JSTypedArray::Cast(*newArrObj)->GetTypedArrayName(threa… in Slice() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp108 … const util::StringView &targetName = targetProp->AsProperty()->Key()->AsIdentifier()->Name(); in ValidateObjectLiteralType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp801 util::StringView targetName) in FindNameInEnumMember()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp2178 std::string targetName = prop->Key()->AsIdentifier()->Name().Mutf8(); in IsInitializedProperty() local
2192 bool ETSChecker::FindPropertyInAssignment(const ir::AstNode *it, const std::string &targetName) in FindPropertyInAssignment()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp352 … JSHandle<JSTaggedValue> targetName = JSObject::GetProperty(thread, target, nameKey).GetValue(); in NameGetter() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts1481 let targetName = ''; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1485 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCall() local
1590 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCallWithArgv() local