mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
JS: more dataflow and global access path testing
This commit is contained in:
@@ -112,3 +112,9 @@
|
||||
| tst.js:115:1:115:10 | Array.call | heap |
|
||||
| tst.js:115:1:115:12 | Array.call() | call |
|
||||
| tst.js:115:1:115:12 | exceptional return of Array.call() | call |
|
||||
| tst.js:117:10:117:15 | Object | global |
|
||||
| tst.js:117:10:117:20 | Object.seal | global |
|
||||
| tst.js:117:10:117:20 | Object.seal | heap |
|
||||
| tst.js:117:10:117:24 | Object.seal(x1) | call |
|
||||
| tst.js:117:10:117:24 | exceptional return of Object.seal(x1) | call |
|
||||
| tst.js:117:22:117:23 | x1 | global |
|
||||
|
||||
Reference in New Issue
Block a user