scramjet/rewriter/test.js
2024-07-16 17:42:21 -05:00

8 lines
203 B
JavaScript

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"] };