tor-browser

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

bug-1791361.js (195B)


      1 oomTest(() => {
      2    wasmEvalText(`
      3      (tag $d)
      4      (func $anotherLocalFuncThrowsExn)
      5      (func throw $d)
      6      (func (try (do
      7        call $anotherLocalFuncThrowsExn
      8      )))
      9    `);
     10 });