mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
add implicit this
This commit is contained in:
@@ -17,5 +17,5 @@ class BytefVar extends VariableAccess {
|
||||
* The `uncompress`/`uncompress2` function is used in Flow sink
|
||||
*/
|
||||
class UncompressFunction extends Function {
|
||||
UncompressFunction() { hasGlobalName(["uncompress", "uncompress2"]) }
|
||||
UncompressFunction() { this.hasGlobalName(["uncompress", "uncompress2"]) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user