mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "isAsync" to "is_async"
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user