tor-browser

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

bug-1218900.js (189B)


      1 // |jit-test| --fuzzing-safe
      2 readline = function() {};
      3 Function.prototype.toString = function() {
      4    for (var i = 0; i < 2; i++) {
      5        this()
      6    }
      7 };
      8 getBacktrace({thisprops: true});