Searched refs:DefineFunction (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | hoisting.cpp | 73 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction() 82 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | functionExpression.cpp | 39 pg->DefineFunction(func_, func_, func_->Scope()->InternalName()); in Compile()
|
| D | arrowFunctionExpression.cpp | 39 pg->DefineFunction(func_, func_, func_->Scope()->InternalName()); in Compile()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 373 …void DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::Strin…
|
| D | pandagen.cpp | 1318 void PandaGen::DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const ut… in DefineFunction() function in panda::es2panda::compiler::PandaGen
|