tor-browser

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

testBug756918.js (88B)


      1 // |jit-test| error:Error
      2 
      3 with({})
      4  let([] = []) {
      5    eval("throw new Error()");
      6  }