Searched defs:NewObject (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/core/ | ||
| D | pandagen.cpp | 1297 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/ | ||
| D | runtime_stubs.cpp | 2081 JSTaggedValue RuntimeStubs::NewObject(EcmaRuntimeCallInfo *info) in NewObject() function in panda::ecmascript::RuntimeStubs |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | object_factory.cpp | 1340 TaggedObject *ObjectFactory::NewObject(const JSHandle<JSHClass> &hclass) in NewObject() function in panda::ecmascript::ObjectFactory |