tor-browser

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

bug1683309.js (459B)


      1 // |jit-test| slow; --ion-offthread-compile=off;
      2 //
      3 // Bug 1683309: Assertion failure: [barrier verifier] Unmarked edge: JS Object 0xebbb6d1dee0 'object slot' edge to JS Object 0xebbb6d29f60, at gc/Verifier.cpp:392
      4 
      5 
      6 if (helperThreadCount() > 0) {
      7  evalInWorker(`
      8  try{
      9    gczeal(4);
     10    function f86(depth) {
     11      var x = async target => ([]);
     12      o62 = unescape;
     13      x(o62.prop, o62);
     14      f86(true + 1);
     15    }
     16    f86(0);
     17  } catch (e) {}
     18  `);
     19 }