Home
last modified time | relevance | path

Searched refs:hasThis (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp139 bool hasThis = false; in Compile() local
143 hasThis = true; in Compile()
149 hasThis = true; in Compile()
159 if (!hasThis) { in Compile()
176 if (hasThis) { in Compile()
DtaggedTemplateExpression.cpp52 bool hasThis = false; in Compile() local
55 hasThis = true; in Compile()
76 if (hasThis) { in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp945 bool hasThis = !thisReg.IsInvalid(); in Call() local
949 if (hasThis) { in Call()
960 if (hasThis) { in Call()
976 if (hasThis) { in Call()
997 if (hasThis) { in Call()
1015 if (hasThis) { in Call()
1028 bool hasThis = !thisReg.IsInvalid(); in CallTagged() local
1034 if (hasThis) { in CallTagged()
1050 if (hasThis) { in CallTagged()
1066 if (hasThis) { in CallTagged()
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1184 const hasThis = scopeContainsThis(tsMethodDecl); constant
1194 if (isStatic && hasThis) {
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1446 const hasThis = this.scopeContainsThis(tsMethodDecl); constant
1457 if (isStatic && hasThis) {