Home
last modified time | relevance | path

Searched refs:DefineFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp73 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction()
82 pg->DefineFunction(decl->Node(), scriptFunction, internalName); in HoistFunction()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DfunctionExpression.cpp39 pg->DefineFunction(func_, func_, func_->Scope()->InternalName()); in Compile()
DarrowFunctionExpression.cpp39 pg->DefineFunction(func_, func_, func_->Scope()->InternalName()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h373 …void DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const util::Strin…
Dpandagen.cpp1318 void PandaGen::DefineFunction(const ir::AstNode *node, const ir::ScriptFunction *realNode, const ut… in DefineFunction() function in panda::es2panda::compiler::PandaGen