File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
javascript/ql/test/library-tests/DOM Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ test_documentRef
4
4
test_locationRef
5
5
| customization.js:3:3:3:14 | doc.location |
6
6
test_domValueRef
7
+ | customization.js:4:3:4:20 | doc.getElementById |
7
8
| customization.js:4:3:4:28 | doc.get ... 'test') |
9
+ | nameditems.js:1:1:1:23 | documen ... entById |
8
10
| nameditems.js:1:1:1:30 | documen ... ('foo') |
9
11
| nameditems.js:1:1:2:19 | documen ... em('x') |
10
12
| tst.js:49:3:49:8 | window |
Original file line number Diff line number Diff line change @@ -8,3 +8,13 @@ function EventTarget() {}
8
8
9
9
/** @type {EventTarget } */
10
10
var 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