renamed "isForAwaitOf" to "is_for_await_of"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:47 +02:00
parent 621e702e99
commit 99f8887844
7 changed files with 12 additions and 5 deletions

View File

@@ -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]