mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "thisexpr" to "this_expr"
This commit is contained in:
@@ -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() }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user