mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
JS: add defuse+dataflow tests for destructuring and default values
This commit is contained in:
@@ -29,3 +29,4 @@
|
||||
| tst.js:11:11:11:11 | g | tst.js:11:2:15:1 | functio ... rn x;\\n} |
|
||||
| tst.js:12:2:12:7 | x = 42 | tst.js:12:6:12:7 | 42 |
|
||||
| tst.js:19:11:19:11 | x | tst.js:19:2:19:16 | function x() {} |
|
||||
| tst.js:23:6:23:23 | {a = b, c = d} = e | tst.js:23:23:23:23 | e |
|
||||
|
||||
Reference in New Issue
Block a user