1
0
2
52
336
193
161
Function.prototype.bind2 = function (context) { if (typeof this !== function) { throw new Error(Function.prototype.bind - what is trying to be bound is not callable); } var self = ...