Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp72 HWTEST_F_L0(JSArrayTest, ArraySpeciesCreate) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp94 JSTaggedValue JSArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &originalArray, in ArraySpeciesCreate() function in panda::ecmascript::JSArray