Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h413 …static inline JSTaggedValue RuntimeCreateObjectHavingMethod(JSThread *thread, ObjectFactory *facto…
Druntime_stubs-inl.h2336 JSTaggedValue RuntimeStubs::RuntimeCreateObjectHavingMethod(JSThread *thread, ObjectFactory *factor… in RuntimeCreateObjectHavingMethod() function
Druntime_stubs.cpp2484 return RuntimeCreateObjectHavingMethod(thread, factory, literal, env).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp612 return RuntimeStubs::RuntimeCreateObjectHavingMethod(thread, factory, obj, envi); in CreateObjectHavingMethod()