tor-browser

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

bug1562102.js (139B)


      1 // |jit-test| allow-oom; allow-unhandlable-oom
      2 oomTest(
      3  function() {
      4    evaluate(`
      5 class C {
      6  c;
      7 }
      8 `, {
      9  compileAndGo: true
     10 });
     11  }
     12 )