mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
renamed "isForAwaitOf" to "is_for_await_of"
This commit is contained in:
@@ -203,7 +203,7 @@ is_instantiated(unique int decl: @namespacedeclaration ref);
|
||||
@declarablenode = @declstmt | @namespacedeclaration | @classdeclstmt | @functiondeclstmt | @enumdeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration | @field;
|
||||
has_declare_keyword(unique int stmt: @declarablenode ref);
|
||||
|
||||
isForAwaitOf(unique int forof: @forofstmt ref);
|
||||
is_for_await_of(unique int forof: @forofstmt ref);
|
||||
|
||||
// expressions
|
||||
#keyset[parent, idx]
|
||||
|
||||
Reference in New Issue
Block a user