Files
codeql/javascript/ql/test/query-tests/LanguageFeatures/ArgumentsCallerCallee/ArgumentsCallerCallee.expected
2023-10-31 16:38:22 +01:00

3 lines
187 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. |