Searched defs:targetObj (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/forin_special_object/ |
| D | forin_special_object.ts | 44 const targetObj = { constant
|
| /arkcompiler/ets_runtime/test/moduletest/forin/ |
| D | forin.js | 67 const targetObj = { variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 195 … 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
|
| D | builtins_typedarray.cpp | 169 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/ |
| D | typed_array_helper.cpp | 323 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local
|