Home
last modified time | relevance | path

Searched refs:RuntimeCreateEmptyArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h559 static inline JSTaggedValue RuntimeCreateEmptyArray(JSThread *thread, ObjectFactory *factory,
Druntime_stubs.cpp1501 return RuntimeCreateEmptyArray(thread, factory, globalEnv).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1729 JSTaggedValue RuntimeStubs::RuntimeCreateEmptyArray([[maybe_unused]] JSThread *thread, ObjectFactor… in RuntimeCreateEmptyArray() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp587 return RuntimeStubs::RuntimeCreateEmptyArray(thread, factory, globalEnv); in CreateEmptyArray()