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