scramjet/rewriter/test.js
2024-07-19 19:55:15 -04:00

27 lines
418 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"] };
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") }