mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
31 lines
498 B
JavaScript
31 lines
498 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") }
|
|
|
|
|
|
let window = (1, window);
|
|
|
|
let x = new this.Abc();
|
|
|
|
try{}catch(e){this.a.log()};
|