File tree Expand file tree Collapse file tree
javascript/ql/test/library-tests/DOM Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ test_documentRef
44test_locationRef
55| customization.js:3:3:3:14 | doc.location |
66test_domValueRef
7+ | customization.js:4:3:4:20 | doc.getElementById |
78| customization.js:4:3:4:28 | doc.get ... 'test') |
9+ | nameditems.js:1:1:1:23 | documen ... entById |
810| nameditems.js:1:1:1:30 | documen ... ('foo') |
911| nameditems.js:1:1:2:19 | documen ... em('x') |
1012| tst.js:49:3:49:8 | window |
Original file line number Diff line number Diff line change @@ -8,3 +8,13 @@ function EventTarget() {}
88
99/** @type {EventTarget } */
1010var window ;
11+
12+ /**
13+ * @see http://dev.w3.org/html5/workers/
14+ * @interface
15+ * @extends {EventTarget }
16+ */
17+ function WorkerGlobalScope ( ) { }
18+
19+ /** @type {WorkerLocation } */
20+ WorkerGlobalScope . prototype . location ;
You can’t perform that action at this time.
0 commit comments