mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
JS: Accept more results in SpuriousArguments
This commit is contained in:
@@ -4,7 +4,7 @@ function f1(x) {return;}
|
||||
f0.call();
|
||||
f0.call(this);
|
||||
f0.call(this, 1); // $ Alert
|
||||
f0.call(this, 1, 2);
|
||||
f0.call(this, 1, 2); // $ Alert
|
||||
|
||||
f1.call();
|
||||
f1.call(this);
|
||||
|
||||
Reference in New Issue
Block a user