Searched refs:RuntimeCreateObjectHavingMethod (Results 1 – 4 of 4) sorted by relevance
608 …static inline JSTaggedValue RuntimeCreateObjectHavingMethod(JSThread *thread, ObjectFactory *facto…
1675 return RuntimeCreateObjectHavingMethod(thread, factory, literal, env).GetRawData(); in DEF_RUNTIME_STUBS()
1903 JSTaggedValue RuntimeStubs::RuntimeCreateObjectHavingMethod(JSThread *thread, ObjectFactory *factor… in RuntimeCreateObjectHavingMethod() function
629 return RuntimeStubs::RuntimeCreateObjectHavingMethod(thread, factory, obj, envi); in CreateObjectHavingMethod()