Searched defs:hasThis (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | taggedTemplateExpression.cpp | 52 bool hasThis = false; in Compile() local
|
| H A D | callExpression.cpp | 169 bool hasThis = false; in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | pandagen.cpp | 942 void PandaGen::Call0Args(const ir::AstNode *n, VReg c, VReg thisR, bool hasThis) in Call0Args() argument 1007 bool hasThis = !thisReg.IsInvalid(); in Call() local 951 Call1Arg(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, bool hasThis) Call1Arg() argument 964 Call2Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, bool hasThis) Call2Args() argument 982 Call3Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, bool hasThis) Call3Args() argument 1047 CallArgsTagged(const ir::AstNode *node, VReg callee, VReg thisReg, const ArenaVector<ir::Expression *> &arguments, bool hasThis) CallArgsTagged() argument 1100 bool hasThis = !thisReg.IsInvalid(); CallTagged() local [all...] |
Completed in 4 milliseconds