tor-browser

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

oom-construct-message.js (116B)


      1 const tag = new WebAssembly.Tag({ parameters: ["i32"] });
      2 oomTest(() => {
      3  new WebAssembly.Exception(tag, []);
      4 });