Home
last modified time | relevance | path

Searched defs:FunctionDeclaration (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.h36 …explicit FunctionDeclaration(ScriptFunction *func) : Statement(AstNodeType::FUNCTION_DECLARATION),… in FunctionDeclaration() function
/arkcompiler/ets_frontend/ets2panda/parser/
DforwardDeclForParserImpl.h46 class FunctionDeclaration; variable
/arkcompiler/ets_frontend/ets2panda/linter/
Deslint.config.mjs144 FunctionDeclaration: { property
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h61 class FunctionDeclaration; variable