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

12 lines
494 B
Plaintext

| tst.js:3:5:3:8 | x: 4 | x |
| tst.js:4:5:6:5 | func: f ... ;\\n } | func |
| tst.js:7:5:9:5 | f() {\\n ... ;\\n } | f |
| tst.js:12:9:12:8 | constructor() {} | constructor |
| tst.js:13:3:15:3 | static ... x);\\n } | func |
| tst.js:16:3:18:3 | f(x) {\\n ... x);\\n } | f |
| tst.js:21:1:21:6 | C.prop | prop |
| tst.js:24:13:24:27 | onClick={click} | onClick |
| tst.js:27:3:27:26 | get x() ... null; } | x |
| tst.js:28:3:28:13 | set y(v) {} | y |
| tst.js:32:5:32:8 | n: 1 | n |