Home
last modified time | relevance | path

Searched defs:targetObj (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/forin_special_object/
Dforin_special_object.ts44 const targetObj = { constant
/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js67 const targetObj = { variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp196 … JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
252 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
1057 JSHandle<JSTypedArray> targetObj(target); in Set() local
Dbuiltins_typedarray.cpp170 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in FromUsingIteratorUndefinedValues() local
228 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in ProcessFromNotUndefinedValues() local
1187 JSHandle<JSTypedArray> targetObj(target); in Set() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp273 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local