mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
make globalVarRef non recursive
This commit is contained in:
@@ -9,6 +9,5 @@
|
||||
| tst.js:1:1:1:6 | window |
|
||||
| tst.js:3:1:3:6 | window |
|
||||
| tst.js:4:1:4:6 | window |
|
||||
| tst.js:4:1:4:13 | window.window |
|
||||
| tst.js:5:1:5:4 | self |
|
||||
| tst.js:6:1:6:10 | globalThis |
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
| String | tst2.js:9:1:9:11 | this.String |
|
||||
| document | tst2.js:2:1:2:26 | require ... ument") |
|
||||
| document | tst.js:3:1:3:15 | window.document |
|
||||
| document | tst.js:4:1:4:22 | window. ... ocument |
|
||||
| document | tst.js:5:1:5:13 | self.document |
|
||||
| document | tst.js:6:1:6:19 | globalThis.document |
|
||||
| foo | tst3.js:4:1:4:5 | w.foo |
|
||||
|
||||
Reference in New Issue
Block a user