Files
codeql/javascript/ql/test/query-tests/LanguageFeatures/ArgumentsCallerCallee/ArgumentsCallerCallee.expected
2018-08-02 17:53:23 +01:00

2 lines
186 B
Plaintext

| tst.js:4:11:4:26 | arguments.callee | Avoid using arguments.caller and arguments.callee. |
| tst.js:12:9:12:24 | arguments.caller | Avoid using arguments.caller and arguments.callee. |