/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-var-decl-expected.txt | 8 "type": "VariableDeclarator", 52 "type": "VariableDeclarator", 96 "type": "VariableDeclarator", 153 "type": "VariableDeclarator", 181 "type": "VariableDeclarator", 209 "type": "VariableDeclarator", 280 "type": "VariableDeclarator", 321 "type": "VariableDeclarator", 365 "type": "VariableDeclarator", 393 "type": "VariableDeclarator",
|
D | test-without-ending-lf-expected.txt | 33 "type": "VariableDeclarator", 90 "type": "VariableDeclarator", 236 "type": "VariableDeclarator",
|
D | test-for-expected.txt | 752 "type": "VariableDeclarator", 837 "type": "VariableDeclarator", 865 "type": "VariableDeclarator", 893 "type": "VariableDeclarator", 965 "type": "VariableDeclarator", 993 "type": "VariableDeclarator", 1021 "type": "VariableDeclarator", 1106 "type": "VariableDeclarator", 1219 "type": "VariableDeclarator", 1469 "type": "VariableDeclarator", [all …]
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | variableDeclaration.h | 32 class VariableDeclarator; variable 38 …explicit VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&dec… in VariableDeclaration() 47 const ArenaVector<VariableDeclarator *> &Declarators() const in Declarators() 70 ArenaVector<VariableDeclarator *> declarators_;
|
D | variableDeclarator.cpp | 32 void VariableDeclarator::Iterate(const NodeTraverser &cb) const in Iterate() 41 void VariableDeclarator::Dump(ir::AstDumper *dumper) const in Dump() 49 void VariableDeclarator::Compile(compiler::PandaGen *pg) const in Compile() 72 static void CheckSimpleVariableDeclaration(checker::Checker *checker, const ir::VariableDeclarator … in CheckSimpleVariableDeclaration() 119 checker::Type *VariableDeclarator::Check(checker::Checker *checker) const in Check() 152 void VariableDeclarator::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
|
D | variableDeclarator.h | 35 class VariableDeclarator : public Statement { 37 explicit VariableDeclarator(Expression *ident) in VariableDeclarator() function 42 explicit VariableDeclarator(Expression *ident, Expression *init) in VariableDeclarator() function
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-type-annotation-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator", 122 "type": "VariableDeclarator", 179 "type": "VariableDeclarator", 236 "type": "VariableDeclarator", 293 "type": "VariableDeclarator", 350 "type": "VariableDeclarator", 407 "type": "VariableDeclarator", 464 "type": "VariableDeclarator", 521 "type": "VariableDeclarator", [all …]
|
D | test-arrow-function3-expected.txt | 8 "type": "VariableDeclarator", 78 "type": "VariableDeclarator", 176 "type": "VariableDeclarator",
|
D | test-ts-type-assertion-expected.txt | 50 "type": "VariableDeclarator", 107 "type": "VariableDeclarator", 190 "type": "VariableDeclarator",
|
D | test-type-query-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator", 136 "type": "VariableDeclarator", 324 "type": "VariableDeclarator", 437 "type": "VariableDeclarator",
|
D | test-as-expression3-expected.txt | 8 "type": "VariableDeclarator", 105 "type": "VariableDeclarator", 202 "type": "VariableDeclarator", 345 "type": "VariableDeclarator", 457 "type": "VariableDeclarator",
|
D | test_module-expected.txt | 27 "type": "VariableDeclarator", 313 "type": "VariableDeclarator", 491 "type": "VariableDeclarator", 695 "type": "VariableDeclarator", 994 "type": "VariableDeclarator", 1072 "type": "VariableDeclarator", 1130 "type": "VariableDeclarator", 1175 "type": "VariableDeclarator", 1267 "type": "VariableDeclarator", 1325 "type": "VariableDeclarator", [all …]
|
D | test-ts-ternary-operator-3-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator", 122 "type": "VariableDeclarator",
|
D | test-type-assertion-followedby-another-expr-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator", 191 "type": "VariableDeclarator",
|
D | test-without-ending-lf-expected.txt | 46 "type": "VariableDeclarator", 116 "type": "VariableDeclarator", 275 "type": "VariableDeclarator",
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | varRedeclaration1-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator",
|
D | varRedeclaration2-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator",
|
D | arrayDestructuring36-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator", 122 "type": "VariableDeclarator", 179 "type": "VariableDeclarator", 236 "type": "VariableDeclarator",
|
D | varRedeclaration3-expected.txt | 8 "type": "VariableDeclarator", 65 "type": "VariableDeclarator",
|
D | varRedeclaration4-expected.txt | 8 "type": "VariableDeclarator", 78 "type": "VariableDeclarator",
|
D | arrayDestructuring15-expected.txt | 8 "type": "VariableDeclarator", 80 "type": "VariableDeclarator",
|
D | member_expression_51-expected.txt | 8 "type": "VariableDeclarator", 136 "type": "VariableDeclarator", 193 "type": "VariableDeclarator",
|
D | member_expression_67-expected.txt | 8 "type": "VariableDeclarator", 136 "type": "VariableDeclarator", 193 "type": "VariableDeclarator",
|
D | member_expression_53-expected.txt | 8 "type": "VariableDeclarator", 136 "type": "VariableDeclarator", 193 "type": "VariableDeclarator",
|
D | member_expression_61-expected.txt | 8 "type": "VariableDeclarator", 136 "type": "VariableDeclarator", 193 "type": "VariableDeclarator",
|