| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclaration.cpp | 34 void VariableDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren() 45 void VariableDeclaration::Iterate(const NodeTraverser &cb) const in Iterate() 56 void VariableDeclaration::Dump(ir::AstDumper *dumper) const in Dump() 85 void VariableDeclaration::Dump(ir::SrcDumper *dumper) const in Dump() 113 void VariableDeclaration::Compile(compiler::PandaGen *pg) const in Compile() 118 void VariableDeclaration::Compile(compiler::ETSGen *etsg) const in Compile() 123 checker::Type *VariableDeclaration::Check(checker::TSChecker *checker) in Check() 128 checker::Type *VariableDeclaration::Check([[maybe_unused]] checker::ETSChecker *checker) in Check()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclaration.cpp | 26 void VariableDeclaration::Iterate(const NodeTraverser &cb) const in Iterate() 33 void VariableDeclaration::Dump(ir::AstDumper *dumper) const in Dump() 61 void VariableDeclaration::Compile(compiler::PandaGen *pg) const in Compile() 68 checker::Type *VariableDeclaration::Check(checker::Checker *checker) const in Check() 77 void VariableDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
|
| D | variableDeclarator.cpp | 51 const ir::VariableDeclaration *decl = parent_->AsVariableDeclaration(); in Compile() 61 if (decl->Kind() == ir::VariableDeclaration::VariableDeclarationKind::VAR) { in Compile() 64 …if (decl->Kind() == ir::VariableDeclaration::VariableDeclarationKind::LET && !decl->Parent()->IsCa… in Compile() 79 ir::VariableDeclaration::VariableDeclarationKind::CONST; in CheckSimpleVariableDeclaration()
|
| D | variableDeclaration.h | 34 class VariableDeclaration : public Statement { 38 …explicit VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&dec… in VariableDeclaration() function
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/js/ |
| D | many_locals_1-expected.txt | 5 "type": "VariableDeclaration", 110 "type": "VariableDeclaration", 168 "type": "VariableDeclaration", 226 "type": "VariableDeclaration", 284 "type": "VariableDeclaration", 342 "type": "VariableDeclaration", 400 "type": "VariableDeclaration", 458 "type": "VariableDeclaration", 516 "type": "VariableDeclaration", 574 "type": "VariableDeclaration", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | manyLocalsParamRegUsage-expected.txt | 14434 "type": "VariableDeclaration", 14492 "type": "VariableDeclaration", 14550 "type": "VariableDeclaration", 14608 "type": "VariableDeclaration", 14666 "type": "VariableDeclaration", 14724 "type": "VariableDeclaration", 14782 "type": "VariableDeclaration", 14840 "type": "VariableDeclaration", 14898 "type": "VariableDeclaration", 14956 "type": "VariableDeclaration", [all …]
|
| D | invalidCallInstruction-expected.txt | 181 "type": "VariableDeclaration", 239 "type": "VariableDeclaration", 297 "type": "VariableDeclaration", 355 "type": "VariableDeclaration", 413 "type": "VariableDeclaration", 471 "type": "VariableDeclaration", 529 "type": "VariableDeclaration", 587 "type": "VariableDeclaration", 645 "type": "VariableDeclaration", 703 "type": "VariableDeclaration", [all …]
|
| D | boxingConversion2-expected.txt | 209 "type": "VariableDeclaration", 280 "type": "VariableDeclaration", 351 "type": "VariableDeclaration", 422 "type": "VariableDeclaration", 493 "type": "VariableDeclaration", 564 "type": "VariableDeclaration", 635 "type": "VariableDeclaration", 706 "type": "VariableDeclaration", 777 "type": "VariableDeclaration", 877 "type": "VariableDeclaration", [all …]
|
| D | implicit-conversion-expected.txt | 209 "type": "VariableDeclaration", 308 "type": "VariableDeclaration", 407 "type": "VariableDeclaration", 506 "type": "VariableDeclaration", 605 "type": "VariableDeclaration", 704 "type": "VariableDeclaration", 803 "type": "VariableDeclaration", 917 "type": "VariableDeclaration", 1016 "type": "VariableDeclaration", 1115 "type": "VariableDeclaration", [all …]
|
| D | conversion-w-ASExpr-expected.txt | 209 "type": "VariableDeclaration", 334 "type": "VariableDeclaration", 459 "type": "VariableDeclaration", 584 "type": "VariableDeclaration", 709 "type": "VariableDeclaration", 834 "type": "VariableDeclaration", 959 "type": "VariableDeclaration", 1084 "type": "VariableDeclaration", 1209 "type": "VariableDeclaration", 1334 "type": "VariableDeclaration", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-var-decl-expected.txt | 5 "type": "VariableDeclaration", 50 "type": "VariableDeclaration", 95 "type": "VariableDeclaration", 153 "type": "VariableDeclaration", 284 "type": "VariableDeclaration", 371 "type": "VariableDeclaration",
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-var-decl-expected.txt | 5 "type": "VariableDeclaration", 49 "type": "VariableDeclaration", 93 "type": "VariableDeclaration", 150 "type": "VariableDeclaration", 277 "type": "VariableDeclaration", 362 "type": "VariableDeclaration",
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | cast_expressions-expected.txt | 209 "type": "VariableDeclaration", 321 "type": "VariableDeclaration", 433 "type": "VariableDeclaration", 545 "type": "VariableDeclaration", 657 "type": "VariableDeclaration", 769 "type": "VariableDeclaration", 881 "type": "VariableDeclaration", 993 "type": "VariableDeclaration", 1241 "type": "VariableDeclaration", 1312 "type": "VariableDeclaration", [all …]
|
| D | user_defined_2-expected.txt | 168 "type": "VariableDeclaration", 226 "type": "VariableDeclaration", 284 "type": "VariableDeclaration", 342 "type": "VariableDeclaration", 400 "type": "VariableDeclaration", 458 "type": "VariableDeclaration", 516 "type": "VariableDeclaration", 574 "type": "VariableDeclaration",
|
| D | conditionalExpressionType-expected.txt | 209 "type": "VariableDeclaration", 280 "type": "VariableDeclaration", 380 "type": "VariableDeclaration", 451 "type": "VariableDeclaration", 551 "type": "VariableDeclaration", 650 "type": "VariableDeclaration", 750 "type": "VariableDeclaration", 821 "type": "VariableDeclaration", 921 "type": "VariableDeclaration", 1020 "type": "VariableDeclaration", [all …]
|
| D | user_defined_1-expected.txt | 168 "type": "VariableDeclaration", 239 "type": "VariableDeclaration", 310 "type": "VariableDeclaration", 381 "type": "VariableDeclaration", 452 "type": "VariableDeclaration", 523 "type": "VariableDeclaration",
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | node_creator.h | 34 ir::VariableDeclaration *CreateVarDecl(bool declare, util::StringView name = "x") 39 …return alloc_->New<ir::VariableDeclaration>(ir::VariableDeclaration::VariableDeclarationKind::LET,…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-annotation-expected.txt | 5 "type": "VariableDeclaration", 62 "type": "VariableDeclaration", 119 "type": "VariableDeclaration", 176 "type": "VariableDeclaration", 233 "type": "VariableDeclaration", 290 "type": "VariableDeclaration", 347 "type": "VariableDeclaration", 404 "type": "VariableDeclaration", 461 "type": "VariableDeclaration", 518 "type": "VariableDeclaration", [all …]
|
| D | test-as-expression3-expected.txt | 5 "type": "VariableDeclaration", 102 "type": "VariableDeclaration", 199 "type": "VariableDeclaration", 342 "type": "VariableDeclaration", 454 "type": "VariableDeclaration",
|
| D | test-type-query-expected.txt | 5 "type": "VariableDeclaration", 62 "type": "VariableDeclaration", 133 "type": "VariableDeclaration", 321 "type": "VariableDeclaration", 434 "type": "VariableDeclaration",
|
| D | test-arrow-function3-expected.txt | 5 "type": "VariableDeclaration", 75 "type": "VariableDeclaration", 173 "type": "VariableDeclaration",
|
| D | test-ts-type-assertion-expected.txt | 47 "type": "VariableDeclaration", 104 "type": "VariableDeclaration", 187 "type": "VariableDeclaration",
|
| D | test_module-expected.txt | 24 "type": "VariableDeclaration", 312 "type": "VariableDeclaration", 490 "type": "VariableDeclaration", 694 "type": "VariableDeclaration", 993 "type": "VariableDeclaration", 1071 "type": "VariableDeclaration", 1129 "type": "VariableDeclaration", 1174 "type": "VariableDeclaration", 1266 "type": "VariableDeclaration", 1324 "type": "VariableDeclaration", [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-type-annotation-expected.txt | 5 "type": "VariableDeclaration", 63 "type": "VariableDeclaration", 121 "type": "VariableDeclaration", 179 "type": "VariableDeclaration", 237 "type": "VariableDeclaration", 295 "type": "VariableDeclaration", 353 "type": "VariableDeclaration", 411 "type": "VariableDeclaration", 469 "type": "VariableDeclaration", 527 "type": "VariableDeclaration", [all …]
|
| D | test-type-query-expected.txt | 5 "type": "VariableDeclaration", 63 "type": "VariableDeclaration", 136 "type": "VariableDeclaration", 329 "type": "VariableDeclaration", 445 "type": "VariableDeclaration",
|