| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsModuleDeclaration.cpp | 26 void TSModuleDeclaration::TransformChildren(const NodeTransformer &cb, std::string_view transformat… in TransformChildren() 48 void TSModuleDeclaration::Iterate(const NodeTraverser &cb) const in Iterate() 61 void TSModuleDeclaration::Dump(ir::AstDumper *dumper) const in Dump() 71 void TSModuleDeclaration::Dump(ir::SrcDumper *dumper) const in Dump() 76 void TSModuleDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const in Compile() 81 void TSModuleDeclaration::Compile(compiler::ETSGen *etsg) const in Compile() 86 checker::Type *TSModuleDeclaration::Check([[maybe_unused]] checker::TSChecker *checker) in Check() 91 checker::Type *TSModuleDeclaration::Check([[maybe_unused]] checker::ETSChecker *checker) in Check()
|
| D | tsModuleDeclaration.h | 25 class TSModuleDeclaration : public Statement { 35 …explicit TSModuleDeclaration(ArenaAllocator *allocator, Expression *name, Statement *body, Constru… in TSModuleDeclaration() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsModuleDeclaration.cpp | 25 void TSModuleDeclaration::Iterate(const NodeTraverser &cb) const in Iterate() 34 void TSModuleDeclaration::Dump(ir::AstDumper *dumper) const in Dump() 43 void TSModuleDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 45 checker::Type *TSModuleDeclaration::Check([[maybe_unused]] checker::Checker *checker) const in Check() 50 void TSModuleDeclaration::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder) in UpdateSelf()
|
| D | tsModuleDeclaration.h | 35 class TSModuleDeclaration : public Statement { 37 …explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_module-expected.txt | 5 "type": "TSModuleDeclaration", 293 "type": "TSModuleDeclaration", 439 "type": "TSModuleDeclaration", 455 "type": "TSModuleDeclaration", 471 "type": "TSModuleDeclaration", 643 "type": "TSModuleDeclaration", 659 "type": "TSModuleDeclaration", 675 "type": "TSModuleDeclaration", 847 "type": "TSModuleDeclaration", 863 "type": "TSModuleDeclaration", [all …]
|
| D | test-export-declaration3-expected.txt | 5 "type": "TSModuleDeclaration", 24 "type": "TSModuleDeclaration", 152 "type": "TSModuleDeclaration",
|
| D | test-toplevel-await1-expected.txt | 21 "type": "TSModuleDeclaration", 135 "type": "TSModuleDeclaration", 314 "type": "TSModuleDeclaration",
|
| D | test_export-declaration-named-namespace-expected.txt | 5 "type": "TSModuleDeclaration", 377 "type": "TSModuleDeclaration", 509 "type": "TSModuleDeclaration", 611 "type": "TSModuleDeclaration", 714 "type": "TSModuleDeclaration",
|
| D | test_module9-expected.txt | 5 "type": "TSModuleDeclaration",
|
| D | test_module8-expected.txt | 21 "type": "TSModuleDeclaration",
|
| D | test-toplevel-await4-expected.txt | 304 "type": "TSModuleDeclaration", 347 "type": "TSModuleDeclaration",
|
| D | test_module10-expected.txt | 91 "type": "TSModuleDeclaration",
|
| D | test-toplevel-await5-expected.txt | 66 "type": "TSModuleDeclaration", 181 "type": "TSModuleDeclaration",
|
| D | test-keyword-identify5-expected.txt | 404 "type": "TSModuleDeclaration", 447 "type": "TSModuleDeclaration",
|
| D | test_module_binder-expected.txt | 5 "type": "TSModuleDeclaration",
|
| D | test-export-declaration2-expected.txt | 62 "type": "TSModuleDeclaration",
|
| D | test-cyclic-module-import-expected.txt | 5 "type": "TSModuleDeclaration", 395 "type": "TSModuleDeclaration",
|
| D | test-keyword-identify4-expected.txt | 215 "type": "TSModuleDeclaration",
|
| D | test-keyword-identify1-expected.txt | 268 "type": "TSModuleDeclaration",
|
| D | test-keyword-identify2-expected.txt | 336 "type": "TSModuleDeclaration",
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test_module-expected.txt | 5 "type": "TSModuleDeclaration", 298 "type": "TSModuleDeclaration", 447 "type": "TSModuleDeclaration", 464 "type": "TSModuleDeclaration", 481 "type": "TSModuleDeclaration", 656 "type": "TSModuleDeclaration", 673 "type": "TSModuleDeclaration", 690 "type": "TSModuleDeclaration", 865 "type": "TSModuleDeclaration", 882 "type": "TSModuleDeclaration", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.h | 36 …ir::TSModuleDeclaration *ParseAmbientExternalModuleDeclaration(const lexer::SourcePosition &startL… 38 … ir::TSModuleDeclaration *ParseModuleOrNamespaceDeclaration(const lexer::SourcePosition &startLoc);
|
| /arkcompiler/ets_frontend/es2panda/test/parser/script/ |
| D | test-ts-importEqual1-expected.txt | 5 "type": "TSModuleDeclaration",
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | declaration.h | 27 class TSModuleDeclaration; variable 261 class NamespaceDecl : public MultiDecl<ir::TSModuleDeclaration> {
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.h | 116 …ir::UpdateNodes VisitTsModuleDeclaration(ir::TSModuleDeclaration *childNode, bool isExport = false… 155 ir::CallExpression *CreateCallExpressionForTsModule(ir::TSModuleDeclaration *node, 191 util::StringView GetNameFromModuleDeclaration(ir::TSModuleDeclaration *node) const;
|