Home
last modified time | relevance | path

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

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