Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp211 JSHandle<JSTaggedValue> targetName = JSObject::GetProperty(thread, target, nameKey).GetValue(); in FunctionPrototypeBind() local
Dbuiltins_typedarray.cpp1274 JSHandle<JSTaggedValue> targetName(thread, JSTypedArray::Cast(*newArrObj)->GetTypedArrayName()); in Slice() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp110 … const util::StringView &targetName = targetProp->AsProperty()->Key()->AsIdentifier()->Name(); in ValidateObjectLiteralType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp541 std::string targetName = RuntimeStubCSigns::GetRTName(index); in VisitRuntimeCall() local