Searched defs:targetObj (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | typed_array_helper.cpp | 323 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_shared_typedarray.cpp | 196 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 [all...] |
H A D | builtins_typedarray.cpp | 170 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 [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_function.cpp | 231 Method *targetObj = Method::Cast(method.GetTaggedObject()); in GetFunctionNameString() local
|
Completed in 9 milliseconds