Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/module/
H A DimportDeclaration.h38 ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, AssertClause *assertClause, bool isType, bool isLazy) ImportDeclaration() argument
H A DimportSpecifier.h36 explicit ImportSpecifier(Identifier *imported, Identifier *local, bool isType, bool isLazy) in ImportSpecifier() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1787 bool isLazy = variable->Declaration()->Node()->IsImportSpecifier() ? in LoadExternalModuleVariable() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2972 void ParserImpl::ParseNamedImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseNamedImportSpecifiers() argument
3172 ir::AstNode *ParserImpl::ParseImportSpecifiers(ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) in ParseImportSpecifiers() argument
3227 bool isLazy = false; in ParseImportDeclaration() local
2225 AddImportEntryItem(const ir::StringLiteral *source, const ArenaVector<ir::AstNode *> *specifiers, bool isType, bool isLazy) AddImportEntryItem() argument
2256 AddImportEntryItemForImportSpecifier(const ir::StringLiteral *source, const ir::AstNode *specifier, bool isLazy) AddImportEntryItemForImportSpecifier() argument
[all...]

Completed in 10 milliseconds