Searched refs:argObj (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | typed_array_helper.cpp | 313 JSHandle<JSObject> argObj(argArray); in FastCopyElementFromArray() 315 if (ElementAccessor::GetElementsLength(argObj) < len) { in FastCopyElementFromArray() 326 thread, targetObj, arrayType, 0, len, argObj); in FastCopyElementFromArray()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_shared_typedarray.cpp | 1112 JSHandle<JSObject> argObj(argArray); in Set() 1113 uint32_t elemLength = ElementAccessor::GetElementsLength(argObj); in Set() 1117 thread, targetObj, targetType, targetOffset, length, argObj); in Set()
|
H A D | builtins_typedarray.cpp | 1243 JSHandle<JSObject> argObj(argArray); in Set() 1244 uint32_t elemLength = ElementAccessor::GetElementsLength(argObj); in Set() 1248 targetOffset, length, argObj); in Set()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 2433 JSHandle<JSObject> argObj = GetHArg<JSObject>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2436 return RuntimeCreateObjectWithBuffer(thread, factory, argObj).GetRawData(); in DEF_RUNTIME_STUBS()
|
Completed in 19 milliseconds