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