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.cpp43 HWTEST_F_L0(ObjectFactoryTest, NewJSObjectByConstructor) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1067 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(JSHandle<GlobalEnv> env, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
1102 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
1150 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor, in NewJSObjectByConstructor() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2397 GateRef NewObjectStubBuilder::NewJSObjectByConstructor(GateRef glue, GateRef constructor, GateRef n… in NewJSObjectByConstructor() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2186 DEF_RUNTIME_STUBS(NewJSObjectByConstructor) in DEF_RUNTIME_STUBS() argument