tor-browser

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

bug1247909.js (196B)


      1 // |jit-test| --ion-pruning=on;
      2 
      3 function test() {
      4  foo(startTest("", c(""),
      5    test([{ 0 : c(), 0 : toString("", c(), [], tab([])) }])
      6  ));
      7  function f() {};
      8 }
      9 
     10 try {
     11  test();
     12 } catch(e) {}