tor-browser

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

deleteToString.js (177B)


      1 /* Inheritance of shadowed function properties from Object.prototype. */
      2 
      3 delete Function.prototype.toString;
      4 assertEq(Function.prototype.toString, Object.prototype.toString);