Files
codeql/javascript/ql/test/library-tests/Functions/getParameter.expected
2018-08-02 17:53:23 +01:00

14 lines
971 B
Plaintext

| arrowfns.js:1:24:1:36 | s => s.length | 0 | arrowfns.js:1:24:1:24 | s |
| defaultargs.js:1:1:1:24 | functio ... +19) {} | 0 | defaultargs.js:1:12:1:12 | x |
| defaultargs.js:1:1:1:24 | functio ... +19) {} | 1 | defaultargs.js:1:15:1:15 | y |
| exprclosures.js:1:7:1:21 | function(x) x+1 | 0 | exprclosures.js:1:16:1:16 | x |
| restparms.js:1:1:2:1 | functio ... ys) {\\n} | 0 | restparms.js:1:12:1:12 | x |
| restparms.js:1:1:2:1 | functio ... ys) {\\n} | 1 | restparms.js:1:18:1:19 | ys |
| tst.js:2:1:2:16 | function B(x) {} | 0 | tst.js:2:12:2:12 | x |
| tst.js:3:1:3:19 | function C(x, y) {} | 0 | tst.js:3:12:3:12 | x |
| tst.js:3:1:3:19 | function C(x, y) {} | 1 | tst.js:3:15:3:15 | y |
| tst.js:5:2:5:15 | function(x) {} | 0 | tst.js:5:11:5:11 | x |
| tst.js:6:2:6:18 | function(x, y) {} | 0 | tst.js:6:11:6:11 | x |
| tst.js:6:2:6:18 | function(x, y) {} | 1 | tst.js:6:14:6:14 | y |
| tst.js:9:1:9:24 | functio ... nts) {} | 0 | tst.js:9:12:9:20 | arguments |