File size: 651 Bytes
bee6636 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
window.location.href = "http://example.com";
console.log(top.window.aaa);
consle.log(globalThis["win" + "dow"]);
globalThis.eval("..");
let ref = { b: this.top.window, c: globalThis["win" + "dow"] };
export default ref;
export { ref };
export { ref as default };
export { S } from "module";
export * from "module";
import sd from "d"
location += "http://example.com";
function f() { return import("x") }
let window = (1, window);
let x = new this.Abc();
try{}catch(e){this.a.log()};
await import("test")
import{c as d,u as g,a as l,r as i,b,d as m,g as p,e as h,f as v,h as k}from"./1e3cB0WW.js";
|