Searched defs:isLazy (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| D | importSpecifier.h | 36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier()
|
| D | importDeclaration.h | 39 AssertClause *assertClause, bool isType, bool isLazy) in ImportDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2199 … 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/ |
| D | pandagen.cpp | 1782 bool isLazy = variable->Declaration()->Node()->IsImportSpecifier() ? in LoadExternalModuleVariable() local
|