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.cpp195 … JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
251 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
1084 JSHandle<JSTypedArray> targetObj(target); in Set() local
Dbuiltins_typedarray.cpp169 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in FromUsingIteratorUndefinedValues() local
227 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in ProcessFromNotUndefinedValues() local
1186 JSHandle<JSTypedArray> targetObj(target); in Set() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp323 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local