Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/forin/
Dforin.js67 const targetObj = { variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp212 … JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
268 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From() local
1011 JSHandle<JSTypedArray> targetObj(target); in Set() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp102 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local