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