Searched refs:GetFunctionObject (Results 1 – 10 of 10) sorted by relevance
156 pg->GetFunctionObject(decl); in CompileInstanceFields()232 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
84 void GetFunctionObject(const ir::AstNode *node);
419 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in panda::es2panda::compiler::PandaGen1764 GetFunctionObject(node); in DirectEval()
713 pg->GetFunctionObject(expr); in CompileSuperExprWithoutSpread()728 pg->GetFunctionObject(expr); in Compile()
93 pg->GetFunctionObject(this); in Compile()
244 pg->GetFunctionObject(pg->RootNode()); in CompileFunction()
288 void GetFunctionObject(const ir::AstNode *node);
314 void PandaGen::GetFunctionObject(const ir::AstNode *node) in GetFunctionObject() function in panda::es2panda::compiler::PandaGen1346 GetFunctionObject(node); // load funcobj to acc for super call in arrow function in SuperCall()
2742 if (auto funcObject = callerInst->GetFunctionObject(); funcObject != 0) { in VisitLoadConstantPool()
2926 auto GetFunctionObject() const in GetFunctionObject() function