mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
renamed "isForAwaitOf" to "is_for_await_of"
This commit is contained in:
@@ -1084,7 +1084,7 @@ public class ASTExtractor {
|
||||
contextManager.leaveLoopStmt();
|
||||
if (!lexicals.isEmpty()) scopeManager.leaveScope();
|
||||
if (nd instanceof ForOfStatement && ((ForOfStatement) nd).isAwait())
|
||||
trapwriter.addTuple("isForAwaitOf", key);
|
||||
trapwriter.addTuple("is_for_await_of", key);
|
||||
return key;
|
||||
}
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@ decl(#20092,#20080)
|
||||
stmts(#20093,0,#20084,2,";")
|
||||
hasLocation(#20093,#20062)
|
||||
stmt_containers(#20093,#20076)
|
||||
isForAwaitOf(#20084)
|
||||
is_for_await_of(#20084)
|
||||
#20094=*
|
||||
entry_cfg_node(#20094,#20001)
|
||||
#20095=@"loc,{#10000},1,1,1,0"
|
||||
|
||||
Reference in New Issue
Block a user