Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp394 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in Compile() local
591 util::StringView ctorId = ctor_->Function()->Scope()->InternalName(); in CompileSendableClass() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1749 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32… in DefineClassWithBuffer()
1758 void PandaGen::DefineSendableClass(const ir::AstNode *node, const util::StringView &ctorId, int32_t… in DefineSendableClass()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp372 util::StringView ctorId = node->Ctor()->Function()->Scope()->InternalName(); in Compile() local
Dpandagen.cpp1480 void PandaGen::DefineClassWithBuffer(const ir::AstNode *node, const util::StringView &ctorId, int32… in DefineClassWithBuffer()