Recent Docs Activity
View all activityPage | 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 |