Home
last modified time | relevance | path

Searched defs:hasThis (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DtaggedTemplateExpression.cpp52 bool hasThis = false; in Compile() local
DcallExpression.cpp156 bool hasThis = false; in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp942 void PandaGen::Call0Args(const ir::AstNode *n, VReg c, VReg thisR, bool hasThis) in Call0Args()
952 bool hasThis) in Call1Arg()
965 bool hasThis) in Call2Args()
983 bool hasThis) in Call3Args()
1007 bool hasThis = !thisReg.IsInvalid(); in Call() local
1048 const ArenaVector<ir::Expression *> &arguments, bool hasThis) in CallArgsTagged()
1100 bool hasThis = !thisReg.IsInvalid(); in CallTagged() local