Searched defs:NewJSObjectByConstructor (Results 1 – 4 of 4) sorted by relevance
43 HWTEST_F_L0(ObjectFactoryTest, NewJSObjectByConstructor) in HWTEST_F_L0() argument
1067 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(JSHandle<GlobalEnv> env, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory1102 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory1150 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
2397 GateRef NewObjectStubBuilder::NewJSObjectByConstructor(GateRef glue, GateRef constructor, GateRef n… in NewJSObjectByConstructor() function in panda::ecmascript::kungfu::NewObjectStubBuilder
2186 DEF_RUNTIME_STUBS(NewJSObjectByConstructor) in DEF_RUNTIME_STUBS() argument