Home
last modified time | relevance | path

Searched refs:realNode (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1159 void PandaGen::DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::StringView &name) in DefineFunction() argument
1161 if (realNode->IsAsyncFunc()) { in DefineFunction()
1162 if (realNode->IsGenerator()) { in DefineFunction()
1167 } else if (realNode->IsGenerator()) { in DefineFunction()
1169 } else if (realNode->IsArrow()) { in DefineFunction()
1172 } else if (realNode->IsMethod()) { in DefineFunction()
H A Dpandagen.h145 void DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::StringView &name);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1403 void PandaGen::DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::StringView &name) in DefineFunction() argument
1405 if (realNode->IsOverload() || realNode->Declare()) { in DefineFunction()
1409 auto formalParamCnt = realNode->FormalParamsLength(); in DefineFunction()
1410 if (realNode->IsMethod()) { in DefineFunction()
H A Dpandagen.h358 void DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::StringView &name);

Completed in 9 milliseconds