Home
last modified time | relevance | path

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

12345678

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DfunctionDeclaration.cpp27 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()
DfunctionDeclaration.h24 class FunctionDeclaration : public Statement {
26 …explicit FunctionDeclaration(ArenaAllocator *allocator, ScriptFunction *func, bool isAnonymous = f…
/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-keyword-identify8-expected.txt5 "type": "FunctionDeclaration",
121 "type": "FunctionDeclaration",
Dtest-as-expression2-expected.txt5 "type": "FunctionDeclaration",
63 "type": "FunctionDeclaration",
Dtest_override6-expected.txt5 "type": "FunctionDeclaration",
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-patterns-expected.txt5 "type": "FunctionDeclaration",
306 "type": "FunctionDeclaration",
438 "type": "FunctionDeclaration",
628 "type": "FunctionDeclaration",
716 "type": "FunctionDeclaration",
860 "type": "FunctionDeclaration",
Dtest-async-function-2-expected.txt5 "type": "FunctionDeclaration",
Dtest-function-decl-2-expected.txt5 "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…
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DfunctionCall_2-expected.txt5 "type": "FunctionDeclaration",
106 "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",
/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_6-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_4-expected.txt5 "type": "FunctionDeclaration",
Dfunction_declaration_9-expected.txt5 "type": "FunctionDeclaration",

12345678