Skip to content

Commit 76637a9

Browse files
committed
javascript: Add support for document.defaultView in global variable references
Updated the data flow analysis to include `document.defaultView` as a source node for global variable references. Added a new test file `tst4.js` and updated existing tests to verify the inclusion of `defaultView` and its properties in the expected results.
1 parent 30cc914 commit 76637a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.actual
1111
*/ql/test*/**/*.testproj
1212
*/ql/test/**/go.sum
13+
*.testproj
1314

1415
# Visual studio temporaries, except a file used by QL4VS
1516
.vs/*

0 commit comments

Comments
 (0)