Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_global_test.cpp36 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 Ddump_test.cpp351 static JSHandle<JSObject> NewJSObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv> globalEnv) in NewJSObject() function
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp389 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 Dobject_factory.cpp481 JSHandle<JSObject> ObjectFactory::NewJSObject(const JSHandle<JSHClass> &jshclass) in NewJSObject() function in panda::ecmascript::ObjectFactory
[all...]

Completed in 14 milliseconds