Searched refs:assertClause (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/module/ |
H A D | importDeclaration.h | 19 #include <ir/module/assertClause.h> 39 AssertClause *assertClause, bool isType, bool isLazy) in ImportDeclaration() 43 assertClause_(assertClause), in ImportDeclaration() 38 ImportDeclaration(StringLiteral *source, ArenaVector<AstNode *> &&specifiers, AssertClause *assertClause, bool isType, bool isLazy) ImportDeclaration() argument
|
H A D | exportAllDeclaration.h | 19 #include <ir/module/assertClause.h> 38 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported, AssertClause *assertClause) in ExportAllDeclaration() argument 40 source_(source), exported_(exported), assertClause_(assertClause) in ExportAllDeclaration()
|
H A D | exportNamedDeclaration.h | 19 #include <ir/module/assertClause.h> 39 AssertClause *assertClause, bool isType) in ExportNamedDeclaration() 44 assertClause_(assertClause), in ExportNamedDeclaration() 38 ExportNamedDeclaration(StringLiteral *source, ArenaVector<ExportSpecifier *> &&specifiers, AssertClause *assertClause, bool isType) ExportNamedDeclaration() argument
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | statementParser.cpp | 2570 ir::AssertClause *assertClause = nullptr; in ParseExportAllDeclaration() local 2574 assertClause = ParseAssertClause(); in ParseExportAllDeclaration() 2577 auto *exportDeclaration = AllocNode<ir::ExportAllDeclaration>(source, exported, assertClause); in ParseExportAllDeclaration() 2657 ir::AssertClause *assertClause = nullptr; in ParseExportNamedSpecifiers() local 2667 assertClause = ParseAssertClause(); in ParseExportNamedSpecifiers() 2671 assertClause, isType); in ParseExportNamedSpecifiers() 3281 ir::AssertClause *assertClause = nullptr; in ParseImportDeclaration() local 3288 assertClause = ParseAssertClause(); in ParseImportDeclaration() 3293 assertClause, isType, isLazy); in ParseImportDeclaration() 3321 auto *assertClause in ParseAssertClause() local [all...] |
Completed in 6 milliseconds