Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/module/
DimportDefaultSpecifier.h36 explicit ImportDefaultSpecifier(Identifier *local, bool isLazy) in ImportDefaultSpecifier()
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.cpp2214 … const ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in AddImportEntryItem()
2247 bool isLazy) in AddImportEntryItemForImportSpecifier()
2265 bool isType, bool isLazy) in AddImportEntryItemForImportDefaultSpecifier()
2978 …rImpl::ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseNamedImportSpecifiers()
3116 …Impl::ParseImportDefaultSpecifier(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseImportDefaultSpecifier()
3182 …ParserImpl::ParseImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseImportSpecifiers()
3238 bool isLazy = false; in ParseImportDeclaration() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1823 bool isLazy = variable->Declaration()->Node()->IsImportSpecifier() ? in LoadExternalModuleVariable() local