Searched refs:FunctionDeclaration (Results 1 – 25 of 98) sorted by relevance
1234
| /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-as-expression2-expected.txt | 5 "type": "FunctionDeclaration", 63 "type": "FunctionDeclaration",
|
| D | test-keyword-identify8-expected.txt | 5 "type": "FunctionDeclaration", 121 "type": "FunctionDeclaration",
|
| D | test-keyword-declare6-expected.txt | 50 "type": "FunctionDeclaration",
|
| D | test-function-overload-expected.txt | 230 "type": "FunctionDeclaration", 386 "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…
|
| D | syntaxCheckerForStrcitMode.ts | 175 function checkFunctionDeclaration(node: ts.FunctionDeclaration): void { 241 case ts.SyntaxKind.FunctionDeclaration: 242 checkFunctionDeclaration(<ts.FunctionDeclaration>node);
|
| /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_1-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_9-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_3-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_5-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_8-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_2-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_7-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | function_declaration_10-expected.txt | 5 "type": "FunctionDeclaration",
|
| D | functionCall_6-expected.txt | 5 "type": "FunctionDeclaration",
|
1234