Home
last modified time | relevance | path

Searched defs:targetObj (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp323 JSHandle<JSTypedArray> targetObj = JSHandle<JSTypedArray>::Cast(obj); in FastCopyElementFromArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A 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
[all...]
H A 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
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp231 Method *targetObj = Method::Cast(method.GetTaggedObject()); in GetFunctionNameString() local

Completed in 10 milliseconds