Home
last modified time | relevance | path

Searched defs:NewObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1297 void PandaGen::NewObject(const ir::AstNode *node, VReg startReg, size_t argCount) in NewObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2081 JSTaggedValue RuntimeStubs::NewObject(EcmaRuntimeCallInfo *info) in NewObject() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1340 TaggedObject *ObjectFactory::NewObject(const JSHandle<JSHClass> &hclass) in NewObject() function in panda::ecmascript::ObjectFactory