Home
last modified time | relevance | path

Searched refs:ArraySpeciesCreate (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp72 HWTEST_F_L0(JSArrayTest, ArraySpeciesCreate) in HWTEST_F_L0() argument
80 …JSArray *arr2 = JSArray::Cast(JSArray::ArraySpeciesCreate(thread, obj, JSTaggedNumber(10)).GetTagg… in HWTEST_F_L0()
Djs_stable_array_test.cpp168 JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h38 … static JSTaggedValue ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &originalArray,
Djs_stable_array.cpp965 JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, in With()
1000 JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, in ToSpliced()
1050 JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, in ToReversed()
Djs_array.cpp109 JSTaggedValue JSArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &originalArray, in ArraySpeciesCreate() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp438 …JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, JSTaggedNumber(arrayLe… in Concat()
913 …JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, JSTaggedNumber(arrayLe… in Filter()
1464 … JSArray::ArraySpeciesCreate(thread, thisObjHandle, JSTaggedNumber(static_cast<double>(rawLen))); in Map()
2119 … JSArray::ArraySpeciesCreate(thread, thisObjHandle, JSTaggedNumber(static_cast<double>(count))); in Slice()
2332 JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, in Splice()
2817 …JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, JSTaggedNumber(arrayLe… in Flat()
2857 …JSTaggedValue newArray = JSArray::ArraySpeciesCreate(thread, thisObjHandle, JSTaggedNumber(arrayLe… in FlatMap()