Home
last modified time | relevance | path

Searched defs:NewJSObjectByConstructor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp44 HWTEST_F_L0(ObjectFactoryTest, NewJSObjectByConstructor) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1105 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<GlobalEnv> &env, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
1153 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
1160 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2674 GateRef NewObjectStubBuilder::NewJSObjectByConstructor(GateRef glue, GateRef constructor, GateRef n… in NewJSObjectByConstructor() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2293 DEF_RUNTIME_STUBS(NewJSObjectByConstructor) in DEF_RUNTIME_STUBS() argument