Home
last modified time | relevance | path

Searched defs:FunctionDeclaration (Results 1 – 5 of 5) 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.mjs142 FunctionDeclaration: { property
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h61 class FunctionDeclaration; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json72 "FunctionDeclaration": { object