| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | lreference.cpp | 37 LReference::LReference(const ir::AstNode *node, PandaGen *pg, bool isDeclaration, ReferenceKind refKind, in LReference() argument 158 LReference LReference::CreateLRef(PandaGen *pg, const ir::AstNode *node, bool isDeclaration) in CreateLRef() argument [all...] |
| H A D | destructuring.cpp | 32 GenRestElement(PandaGen *pg, const ir::SpreadElement *restElement, const DestructuringIterator &destIterator, bool isDeclaration) GenRestElement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | spreadElement.cpp | 45 bool SpreadElement::ConvertibleToRest(bool isDeclaration, bool allowPattern) in ConvertibleToRest() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | spreadElement.cpp | 77 bool SpreadElement::ConvertibleToRest(bool isDeclaration, bool allowPattern) in ConvertibleToRest() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | destructuring.cpp | 31 GenRestElement(PandaGen *pg, const ir::SpreadElement *restElement, const DestructuringIterator &destIterator, bool isDeclaration) GenRestElement() argument
|
| H A D | lreference.cpp | 36 LReference::LReferenceBase LReference::CreateBase(CodeGen *cg, const ir::AstNode *node, bool isDeclaration) in CreateBase() argument 206 ETSLReference ETSLReference::Create(CodeGen *const cg, const ir::AstNode *const node, const bool isDeclaration) in Create() argument 78 JSLReference(CodeGen *cg, const ir::AstNode *node, ReferenceKind refKind, varbinder::ConstScopeFindResult res, bool isDeclaration) JSLReference() argument 175 ETSLReference(CodeGen *cg, const ir::AstNode *node, ReferenceKind refKind, varbinder::ConstScopeFindResult res, bool isDeclaration) ETSLReference() argument [all...] |
| H A D | lreference.h | 120 static JSLReference Create(CodeGen *cg, const ir::AstNode *node, bool isDeclaration) in Create() argument 96 LReference(const ir::AstNode *node, ReferenceKind refKind, varbinder::ConstScopeFindResult res, bool isDeclaration) LReference() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | pandagen.cpp | 461 void PandaGen::StoreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) in StoreVar() argument 629 StoreAccToLexEnv(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) StoreAccToLexEnv() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 363 void PandaGen::StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreVar() argument 693 void PandaGen::StoreAccToLexEnv(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreAccToLexEnv() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 3150 ir::ClassDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition() argument
|