mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
var g = require("global");
|
|
require("global/document");
|
|
require("global/window");
|
|
|
|
g.setTimeout;
|
|
|
|
global;
|
|
global.Object;
|
|
this.String;
|