renamed "thisexpr" to "this_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:32 +02:00
parent fa8ae793f2
commit 29b03aebd9
3 changed files with 3 additions and 3 deletions

View File

@@ -473,7 +473,7 @@ class RegExpLiteral extends @regexp_literal, Literal, RegExpParent {
* this * this
* ``` * ```
*/ */
class ThisExpr extends @thisexpr, Expr { class ThisExpr extends @this_expr, Expr {
override predicate isImpure() { none() } override predicate isImpure() { none() }
/** /**

View File

@@ -242,7 +242,7 @@ case @expr.kind of
| 3 = @number_literal | 3 = @number_literal
| 4 = @string_literal | 4 = @string_literal
| 5 = @regexp_literal | 5 = @regexp_literal
| 6 = @thisexpr | 6 = @this_expr
| 7 = @arrayexpr | 7 = @arrayexpr
| 8 = @objexpr | 8 = @objexpr
| 9 = @function_expr | 9 = @function_expr

View File

@@ -214,7 +214,7 @@
<v>2773</v> <v>2773</v>
</e> </e>
<e> <e>
<k>@thisexpr</k> <k>@this_expr</k>
<v>128651</v> <v>128651</v>
</e> </e>
<e> <e>