Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_global_test.cpp58 …static JSHandle<JSObject> NewJSObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv… in NewJSObject() function in panda::test::BuiltinsGlobalTest
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp62 void NewObjectStubBuilder::NewJSObject(Variable *result, Label *exit, GateRef hclass) in NewJSObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp281 static JSHandle<JSObject> NewJSObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv>… in NewJSObject() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp387 JSHandle<JSObject> ObjectFactory::NewJSObject(const JSHandle<JSHClass> &jshclass) in NewJSObject() function in panda::ecmascript::ObjectFactory