Searched defs:NewJSObjectByConstructor (Results 1 – 4 of 4) sorted by relevance
44 HWTEST_F_L0(ObjectFactoryTest, NewJSObjectByConstructor) in HWTEST_F_L0() argument
1105 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<GlobalEnv> &env, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory1153 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory1160 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
2674 GateRef NewObjectStubBuilder::NewJSObjectByConstructor(GateRef glue, GateRef constructor, GateRef n… in NewJSObjectByConstructor() function in panda::ecmascript::kungfu::NewObjectStubBuilder
2293 DEF_RUNTIME_STUBS(NewJSObjectByConstructor) in DEF_RUNTIME_STUBS() argument