mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
12 lines
607 B
Plaintext
12 lines
607 B
Plaintext
| namespace.js:5:32:5:44 | function() {} | Baz.method | method |
|
|
| tst2.js:6:9:9:3 | () {\\n ... .x;\\n } | C.method | method |
|
|
| tst2.js:11:13:13:3 | () {\\n ... .x;\\n } | C.getter | getter |
|
|
| tst.js:4:17:4:21 | () {} | A.instanceMethod | method |
|
|
| tst.js:7:6:7:10 | () {} | A.bar | method |
|
|
| tst.js:9:10:9:14 | () {} | A.baz | getter |
|
|
| tst.js:17:19:17:31 | function() {} | B.foo | method |
|
|
| tst.js:21:19:21:31 | function() {} | C.bar | method |
|
|
| tst.js:25:13:25:17 | () {} | D.getter | getter |
|
|
| tst.js:26:13:26:18 | (x) {} | D.setter | setter |
|
|
| tst.js:27:4:27:8 | () {} | D.m | method |
|