Home
last modified time | relevance | path

Searched defs:ArraySpeciesCreate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp50 HWTEST_F_L0(JSArrayTest, ArraySpeciesCreate) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp117 JSTaggedValue JSSharedArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &origina… in ArraySpeciesCreate() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp136 JSTaggedValue JSArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &originalArray, in ArraySpeciesCreate() function in panda::ecmascript::JSArray