Home
last modified time | relevance | path

Searched refs:VariableDeclaration (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclaration.cpp26 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()
DvariableDeclarator.cpp51 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()
DvariableDeclaration.h34 class VariableDeclaration : public Statement {
38 …explicit VariableDeclaration(VariableDeclarationKind kind, ArenaVector<VariableDeclarator *> &&dec… in VariableDeclaration() function
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-var-decl-expected.txt5 "type": "VariableDeclaration",
49 "type": "VariableDeclaration",
93 "type": "VariableDeclaration",
150 "type": "VariableDeclaration",
277 "type": "VariableDeclaration",
362 "type": "VariableDeclaration",
Dtest-without-ending-lf-expected.txt30 "type": "VariableDeclaration",
87 "type": "VariableDeclaration",
233 "type": "VariableDeclaration",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-annotation-expected.txt5 "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 …]
Dtest-ts-type-assertion-expected.txt47 "type": "VariableDeclaration",
104 "type": "VariableDeclaration",
187 "type": "VariableDeclaration",
Dtest-arrow-function3-expected.txt5 "type": "VariableDeclaration",
75 "type": "VariableDeclaration",
173 "type": "VariableDeclaration",
Dtest-as-expression3-expected.txt5 "type": "VariableDeclaration",
102 "type": "VariableDeclaration",
199 "type": "VariableDeclaration",
342 "type": "VariableDeclaration",
454 "type": "VariableDeclaration",
Dtest-type-query-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
321 "type": "VariableDeclaration",
434 "type": "VariableDeclaration",
Dtest_module-expected.txt24 "type": "VariableDeclaration",
310 "type": "VariableDeclaration",
488 "type": "VariableDeclaration",
692 "type": "VariableDeclaration",
991 "type": "VariableDeclaration",
1069 "type": "VariableDeclaration",
1127 "type": "VariableDeclaration",
1172 "type": "VariableDeclaration",
1264 "type": "VariableDeclaration",
1322 "type": "VariableDeclaration",
[all …]
Dtest-ts-ternary-operator-3-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
119 "type": "VariableDeclaration",
Dtest-type-assertion-followedby-another-expr-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
188 "type": "VariableDeclaration",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DvarRedeclaration1-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
DvarRedeclaration2-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
DarrayDestructuring36-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
119 "type": "VariableDeclaration",
176 "type": "VariableDeclaration",
233 "type": "VariableDeclaration",
DvarRedeclaration4-expected.txt5 "type": "VariableDeclaration",
75 "type": "VariableDeclaration",
DvarRedeclaration3-expected.txt5 "type": "VariableDeclaration",
62 "type": "VariableDeclaration",
DarrayDestructuring15-expected.txt5 "type": "VariableDeclaration",
77 "type": "VariableDeclaration",
Dmember_expression_60-expected.txt5 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
190 "type": "VariableDeclaration",
Dmember_expression_68-expected.txt5 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
190 "type": "VariableDeclaration",
Dmember_expression_58-expected.txt5 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
190 "type": "VariableDeclaration",
Dmember_expression_52-expected.txt5 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
190 "type": "VariableDeclaration",
Dmember_expression_51-expected.txt5 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
190 "type": "VariableDeclaration",
Dmember_expression_50-expected.txt5 "type": "VariableDeclaration",
133 "type": "VariableDeclaration",
190 "type": "VariableDeclaration",

12345678910>>...27