Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/module/
DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier()
DimportDeclaration.h39 AssertClause *assertClause, bool isType, bool isLazy) in ImportDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2199 … const ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in AddImportEntryItem()
2230 bool isLazy) in AddImportEntryItemForImportSpecifier()
2903 …rImpl::ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseNamedImportSpecifiers()
3103 …ParserImpl::ParseImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseImportSpecifiers()
3158 bool isLazy = false; in ParseImportDeclaration() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1782 bool isLazy = variable->Declaration()->Node()->IsImportSpecifier() ? in LoadExternalModuleVariable() local