tor-browser

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

bug1106719.js (372B)


      1 // |jit-test| allow-oom; allow-unhandlable-oom; allow-overrecursed; skip-if: getBuildConfiguration("android")
      2 // Disabled on Android due to harness problems (Bug 1532654)
      3 
      4 g = newGlobal({newCompartment: true})
      5 g.parent = this
      6 g.eval("Debugger(parent).onExceptionUnwind=(function(){})")
      7 gcparam("maxBytes", gcparam("gcBytes"))
      8 function f() {
      9    f()
     10    y(arguments)
     11 }
     12 f()