Files
codeql/javascript/ql/test/query-tests/LanguageFeatures/StrictModeCallStackIntrospection/StrictModeCallStackIntrospection.expected
Asger F 426edd55f2 JS: Update output after line number change
Some OK-style comments had to be moved to the following line, shifting line numbers.

In selected range also included the comments themselves.

Lastly, the result sets were reordered by the CLI in some cases.
2025-02-28 13:27:31 +01:00

8 lines
627 B
Plaintext

| tst.js:4:30:4:45 | arguments.callee | Strict mode code cannot use arguments.callee. |
| tst.js:5:21:5:36 | arguments.callee | Strict mode code cannot use arguments.callee. |
| tst.js:6:20:6:27 | f.caller | Strict mode code cannot use Function.prototype.caller. |
| tst.js:7:17:7:27 | f.arguments | Strict mode code cannot use Function.prototype.arguments. |
| tst.js:13:10:13:25 | arguments.callee | Strict mode code cannot use arguments.callee. |
| tst.js:25:12:25:21 | foo.caller | Strict mode code cannot use Function.prototype.caller. |
| tst.js:25:12:25:21 | foo.caller | Strict mode code cannot use arguments.caller. |