| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | functionDeclaration.cpp | 27 void FunctionDeclaration::TransformChildren(const NodeTransformer &cb) in TransformChildren() 36 void FunctionDeclaration::Iterate(const NodeTraverser &cb) const in Iterate() 45 void FunctionDeclaration::Dump(ir::AstDumper *dumper) const in Dump() 52 void FunctionDeclaration::Dump(ir::SrcDumper *dumper) const in Dump() 57 void FunctionDeclaration::Compile(compiler::PandaGen *pg) const in Compile() 62 void FunctionDeclaration::Compile(compiler::ETSGen *etsg) const in Compile() 67 checker::Type *FunctionDeclaration::Check(checker::TSChecker *checker) in Check() 72 checker::Type *FunctionDeclaration::Check(checker::ETSChecker *checker) in Check()
|
| D | functionDeclaration.h | 24 class FunctionDeclaration : public Statement { 26 …explicit FunctionDeclaration(ArenaAllocator *allocator, ScriptFunction *func, bool isAnonymous = f…
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | functionDeclaration.cpp | 27 void FunctionDeclaration::Iterate(const NodeTraverser &cb) const in Iterate() 32 void FunctionDeclaration::Dump(ir::AstDumper *dumper) const in Dump() 37 void FunctionDeclaration::Compile([[maybe_unused]] compiler::PandaGen *pg) const {} in Compile() 39 checker::Type *FunctionDeclaration::Check(checker::Checker *checker) const in Check() 60 void FunctionDeclaration::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()
|
| D | functionDeclaration.h | 34 class FunctionDeclaration : public Statement { 36 …explicit FunctionDeclaration(ScriptFunction *func) : Statement(AstNodeType::FUNCTION_DECLARATION),… in FunctionDeclaration() function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-patterns-expected.txt | 5 "type": "FunctionDeclaration", 296 "type": "FunctionDeclaration", 424 "type": "FunctionDeclaration", 610 "type": "FunctionDeclaration", 696 "type": "FunctionDeclaration", 838 "type": "FunctionDeclaration",
|
| D | test-async-function-2-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function-declaration-is-expected.txt | 32 "type": "FunctionDeclaration",
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-function-name-1-expected.txt | 5 "type": "FunctionDeclaration", 104 "type": "FunctionDeclaration",
|
| D | test-keyword-identify8-expected.txt | 5 "type": "FunctionDeclaration", 121 "type": "FunctionDeclaration",
|
| D | test-as-expression2-expected.txt | 5 "type": "FunctionDeclaration", 63 "type": "FunctionDeclaration",
|
| D | test_override6-expected.txt | 5 "type": "FunctionDeclaration",
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-patterns-expected.txt | 5 "type": "FunctionDeclaration", 306 "type": "FunctionDeclaration", 438 "type": "FunctionDeclaration", 628 "type": "FunctionDeclaration", 716 "type": "FunctionDeclaration", 860 "type": "FunctionDeclaration",
|
| D | test-async-function-2-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | test-function-decl-2-expected.txt | 5 "type": "FunctionDeclaration",
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | hoisting.ts | 78 …pandaGen.defineFunction(NodeKind.FIRST_NODE_OF_FUNCTION, <ts.FunctionDeclaration>decl.node, intern… 82 …pandaGen.defineFunction(NodeKind.FIRST_NODE_OF_FUNCTION, <ts.FunctionDeclaration>decl.node, intern…
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | functionCall_2-expected.txt | 5 "type": "FunctionDeclaration", 106 "type": "FunctionDeclaration",
|
| D | function_declaration_11-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_1-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_9-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_6-expected.txt | 5 "type": "FunctionDeclaration",
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionCall_2-expected.txt | 5 "type": "FunctionDeclaration", 104 "type": "FunctionDeclaration",
|
| D | function_declaration_11-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_6-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_4-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_9-expected.txt | 5 "type": "FunctionDeclaration",
|