Searched refs:GetFunctionObject (Results 1 – 10 of 10) sorted by relevance
207 pg->GetFunctionObject(decl); in CompileInstanceFields()238 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
83 void GetFunctionObject(const ir::AstNode *node);
418 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in ark::es2panda::compiler::PandaGen1817 GetFunctionObject(node); in DirectEval()
571 pg->GetFunctionObject(expr); in CompileSuperExprWithoutSpread()586 pg->GetFunctionObject(expr); in Compile()
84 pg->GetFunctionObject(this); in CompileSuperCall()
244 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
264 void GetFunctionObject(const ir::AstNode *node);
310 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in panda::es2panda::compiler::PandaGen1352 GetFunctionObject(node); // load funcobj to acc for super call in arrow function in SuperCall()
2678 if (auto funcObject = callerInst->GetFunctionObject(); funcObject != 0) { in VisitLoadConstantPool()
2791 auto GetFunctionObject() const in GetFunctionObject() function