Searched refs:RuntimeCreateEmptyArray (Results 1 – 4 of 4) sorted by relevance
386 static inline JSTaggedValue RuntimeCreateEmptyArray(JSThread *thread, ObjectFactory *factory,
2142 JSTaggedValue RuntimeStubs::RuntimeCreateEmptyArray([[maybe_unused]] JSThread *thread, ObjectFactor… in RuntimeCreateEmptyArray() function
2398 return RuntimeCreateEmptyArray(thread, factory, globalEnv).GetRawData(); in DEF_RUNTIME_STUBS()
583 return RuntimeStubs::RuntimeCreateEmptyArray(thread, factory, globalEnv); in CreateEmptyArray()