Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp67 JSHandle<JSTaggedValue> JSArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, ArrayMode mod… in ArrayCreate() function in panda::ecmascript::JSArray
75 JSHandle<JSTaggedValue> JSArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, in ArrayCreate() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp58 HWTEST_F_L0(JSArrayTest, ArrayCreate) in HWTEST_F_L0() argument