Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

niaconis

Member since
niaconis

Recent Docs Activity

View all activity
Page Date Comment

Function.prototype.bind()


Native functions do not have prototypes, so without a check `fNOP.prototype` gets set to undefined and which later causes `this instanceof fNOP` to throw an error. Further explanation here: https://gist.github.com/jacomyal/4b7ae101a1cf6b985c60