mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JS: Update test outputs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
| namespace.js:5:32:5:44 | function() {} | Baz.method | method |
|
||||
| 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 |
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
| namespace.js:5:32:5:44 | function() {} | Baz.method |
|
||||
| namespace.js:5:32:5:44 | function() {} | baz.method |
|
||||
| tst2.js:6:9:9:3 | () {\\n ... .x;\\n } | C.method |
|
||||
| tst.js:4:17:4:21 | () {} | A.instanceMethod |
|
||||
| tst.js:7:6:7:10 | () {} | A.bar |
|
||||
|
||||
@@ -18,6 +18,7 @@ getName
|
||||
| tst.js:27:8:27:12 | () {} | y |
|
||||
| tst.js:28:8:28:13 | (v) {} | y |
|
||||
| tst.js:31:9:31:21 | function() {} | foo |
|
||||
| tst.js:32:12:32:24 | function() {} | Hey |
|
||||
| tst.js:34:15:34:14 | () {} | constructor |
|
||||
#select
|
||||
| tst.js:1:1:1:15 | function f() {} | function f |
|
||||
|
||||
Reference in New Issue
Block a user