Home
last modified time | relevance | path

Searched defs:newArrayHandle (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.cpp277 JSTaggedValue ArrayHelper::FlattenIntoArray(JSThread *thread, const JSHandle<JSObject> &newArrayHandle, in FlattenIntoArray() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_stable_array.cpp135 void JSStableArray::HandleArray(JSHandle<JSObject> &newArrayHandle, uint32_t &actualDeleteCount, in HandleArray() argument
212 Splice(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv, uint32_t start, uint32_t insertCount, uint32_t actualDeleteCount, JSHandle<JSObject> newArrayHandle, uint32_t len) Splice() argument
260 Splice(JSHandle<JSSharedArray> receiver, EcmaRuntimeCallInfo *argv, uint32_t start, uint32_t insertCount, uint32_t actualDeleteCount, JSHandle<JSObject> newArrayHandle, uint32_t len) Splice() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp819 FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> newArrayHandle, JSHandle<JSTaggedValue> &callbackFnHandle) FilterUnStableJSArray() argument
[all...]
H A Dbuiltins_array.cpp895 FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> newArrayHandle, JSHandle<JSTaggedValue> &callbackFnHandle) FilterUnStableJSArray() argument
1554 MapUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSHandle<JSObject> newArrayHandle, JSHandle<JSTaggedValue> &callbackFnHandle) MapUnStableJSArray() argument
[all...]
H A Dbuiltins_typedarray.cpp2073 JSHandle<JSObject> newArrayHandle = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1, args); in ToReversed() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp510 JSHandle<JSObject> newArrayHandle = JSMutableHandle<JSObject>(thread, in DEF_RUNTIME_STUBS() local
528 JSHandle<JSObject> newArrayHandle = in DEF_RUNTIME_STUBS() local

Completed in 19 milliseconds