renamed "isGenerator" to "is_generator"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:14 +02:00
parent a57f93b41e
commit b3f7c26669
14 changed files with 23 additions and 16 deletions

View File

@@ -439,7 +439,7 @@ scopenesting (unique int inner: @scope ref,
@parameterized = @function | @catchclause;
@type_parameterized = @function | @classorinterface | @typealiasdeclaration | @mappedtypeexpr | @infertypeexpr;
isGenerator (int fun: @function ref);
is_generator (int fun: @function ref);
hasRestParameter (int fun: @function ref);
isAsync (int fun: @function ref);