Home
last modified time | relevance | path

Searched refs:FunctionDeclaration (Results 1 – 25 of 98) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.cpp27 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()
DfunctionDeclaration.h34 class FunctionDeclaration : public Statement {
36 …explicit FunctionDeclaration(ScriptFunction *func) : Statement(AstNodeType::FUNCTION_DECLARATION),… in FunctionDeclaration() function
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-patterns-expected.txt5 "type": "FunctionDeclaration",
296 "type": "FunctionDeclaration",
424 "type": "FunctionDeclaration",
610 "type": "FunctionDeclaration",
696 "type": "FunctionDeclaration",
838 "type": "FunctionDeclaration",
Dtest-async-function-2-expected.txt5 "type": "FunctionDeclaration",
Dfunction-declaration-is-expected.txt32 "type": "FunctionDeclaration",
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-function-name-1-expected.txt5 "type": "FunctionDeclaration",
104 "type": "FunctionDeclaration",
Dtest-as-expression2-expected.txt5 "type": "FunctionDeclaration",
63 "type": "FunctionDeclaration",
Dtest-keyword-identify8-expected.txt5 "type": "FunctionDeclaration",
121 "type": "FunctionDeclaration",
Dtest-keyword-declare6-expected.txt50 "type": "FunctionDeclaration",
Dtest-function-overload-expected.txt230 "type": "FunctionDeclaration",
386 "type": "FunctionDeclaration",
/arkcompiler/ets_frontend/ts2panda/src/
Dhoisting.ts78 …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…
DsyntaxCheckerForStrcitMode.ts175 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/
DfunctionCall_2-expected.txt5 "type": "FunctionDeclaration",
104 "type": "FunctionDeclaration",
Dfunction_declaration_11-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_1-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_9-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_6-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_4-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_3-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_5-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_8-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_2-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_7-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_10-expected.txt5 "type": "FunctionDeclaration",
DfunctionCall_6-expected.txt5 "type": "FunctionDeclaration",

1234