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