Home
last modified time | relevance | path

Searched refs:GetFunctionObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp92 pg->GetFunctionObject(this); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp183 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
Dpandagen.h280 void GetFunctionObject(const ir::AstNode *node);
Dpandagen.cpp283 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in panda::es2panda::compiler::PandaGen
1278 GetFunctionObject(node); // load funcobj to acc for super call in arrow function in SuperCall()