renamed "debuggerstmt" to "debugger_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:16 +02:00
parent 454893d234
commit 3ef8fb72cd
3 changed files with 3 additions and 3 deletions

View File

@@ -920,7 +920,7 @@ class ForEachStmt extends @foreachstmt, EnhancedForLoop { }
* debugger;
* ```
*/
class DebuggerStmt extends @debuggerstmt, Stmt {
class DebuggerStmt extends @debugger_stmt, Stmt {
override predicate isSubjectToSemicolonInsertion() { any() }
}

View File

@@ -165,7 +165,7 @@ case @stmt.kind of
| 13 = @do_while_stmt
| 14 = @for_stmt
| 15 = @for_in_stmt
| 16 = @debuggerstmt
| 16 = @debugger_stmt
| 17 = @functiondeclstmt
| 18 = @vardeclstmt
| 19 = @case

View File

@@ -118,7 +118,7 @@
<v>1315</v>
</e>
<e>
<k>@debuggerstmt</k>
<k>@debugger_stmt</k>
<v>3</v>
</e>
<e>