Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h689 static inline JSTaggedValue RuntimeCreateEmptyObject(JSThread *thread, ObjectFactory *factory,
Druntime_stubs-inl.h1977 JSTaggedValue RuntimeStubs::RuntimeCreateEmptyObject([[maybe_unused]] JSThread *thread, ObjectFacto… in RuntimeCreateEmptyObject() function
Druntime_stubs.cpp2106 return RuntimeCreateEmptyObject(thread, factory, globalEnv).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp609 return RuntimeStubs::RuntimeCreateEmptyObject(thread, factory, globalEnv); in CreateEmptyObject()