Searched defs:NewJSObject (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_global_test.cpp | 36 static JSHandle<JSObject> NewJSObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv> globalEnv) in NewJSObject() function in panda::test::BuiltinsGlobalTest
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | dump_test.cpp | 351 static JSHandle<JSObject> NewJSObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv> globalEnv) in NewJSObject() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 389 void NewObjectStubBuilder::NewJSObject(Variable *result, Label *exit, GateRef hclass)
in NewJSObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder 540 void NewObjectStubBuilder::NewJSObject(Variable *result, Label *exit, GateRef hclass, GateRef size)
in NewJSObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder 564 GateRef NewObjectStubBuilder::NewJSObject(GateRef glue, GateRef hclass)
in NewJSObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.cpp | 481 JSHandle<JSObject> ObjectFactory::NewJSObject(const JSHandle<JSHClass> &jshclass) in NewJSObject() function in panda::ecmascript::ObjectFactory [all...] |
Completed in 14 milliseconds