renamed "isAsync" to "is_async"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:16 +02:00
parent ba645b555f
commit 22bce641b7
13 changed files with 23 additions and 16 deletions

View File

@@ -441,7 +441,7 @@ scopenesting (unique int inner: @scope ref,
is_generator (int fun: @function ref);
has_rest_parameter (int fun: @function ref);
isAsync (int fun: @function ref);
is_async (int fun: @function ref);
// variables and lexically scoped type names
#keyset[scope, name]