tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug-1283448.js (184B)


      1 let a = registerModule('a', parseModule("var x = 1; export { x };"));
      2 let b = registerModule('b', parseModule("import { x as y } from 'a';"));
      3 a.__proto__ = {15: 1337};
      4 moduleLink(b);