mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
update test
This commit is contained in:
@@ -4,7 +4,9 @@ test_documentRef
|
||||
test_locationRef
|
||||
| customization.js:3:3:3:14 | doc.location |
|
||||
test_domValueRef
|
||||
| customization.js:4:3:4:20 | doc.getElementById |
|
||||
| customization.js:4:3:4:28 | doc.get ... 'test') |
|
||||
| nameditems.js:1:1:1:23 | documen ... entById |
|
||||
| nameditems.js:1:1:1:30 | documen ... ('foo') |
|
||||
| nameditems.js:1:1:2:19 | documen ... em('x') |
|
||||
| tst.js:49:3:49:8 | window |
|
||||
|
||||
@@ -8,3 +8,13 @@ function EventTarget() {}
|
||||
|
||||
/** @type {EventTarget} */
|
||||
var window;
|
||||
|
||||
/**
|
||||
* @see http://dev.w3.org/html5/workers/
|
||||
* @interface
|
||||
* @extends {EventTarget}
|
||||
*/
|
||||
function WorkerGlobalScope() {}
|
||||
|
||||
/** @type {WorkerLocation} */
|
||||
WorkerGlobalScope.prototype.location;
|
||||
|
||||
Reference in New Issue
Block a user