Searched defs:newArrayHandle (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | array_helper.cpp | 277 JSTaggedValue ArrayHelper::FlattenIntoArray(JSThread *thread, const JSHandle<JSObject> &newArrayHandle, in FlattenIntoArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_stable_array.cpp | 135 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 D | builtins_shared_array.cpp | 819 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 D | builtins_array.cpp | 895 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 D | builtins_typedarray.cpp | 2073 JSHandle<JSObject> newArrayHandle = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1, args); in ToReversed() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 510 JSHandle<JSObject> newArrayHandle = JSMutableHandle<JSObject>(thread, in DEF_RUNTIME_STUBS() local 528 JSHandle<JSObject> newArrayHandle = in DEF_RUNTIME_STUBS() local
|
Completed in 19 milliseconds