Skip to content

Commit 91451b7

Browse files
committed
javascript: Update expected results for global variable references
1 parent 08dfb95 commit 91451b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

javascript/ql/test/library-tests/Nodes/globalObjectRef.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
| tst2.js:8:1:8:6 | global |
66
| tst3.js:1:1:1:0 | this |
77
| tst3.js:3:9:3:19 | goog.global |
8+
| tst4.js:1:1:1:0 | this |
9+
| tst4.js:1:1:1:38 | require ... ultView |
810
| tst.js:1:1:1:0 | this |
911
| tst.js:1:1:1:6 | window |
1012
| tst.js:3:1:3:6 | window |
1113
| tst.js:4:1:4:6 | window |
1214
| tst.js:5:1:5:4 | self |
1315
| tst.js:6:1:6:10 | globalThis |
16+
| tst.js:7:1:7:20 | document.defaultView |

0 commit comments

Comments
 (0)