Closed
Description
Related ECMA262 section: http://www.ecma-international.org/ecma-262/5.1/#sec-15.3
- Function(..)
- new Function(..) Implemention of eval (by Andrey Shitov and Ruben Ayrapetyan) #174
- Function.prototype
- Function.length
- Function.prototype.constuctor
- Function.prototype.toString() Implement Function.prototype.toString. #165
- Function.prototype.apply(..) Implement Function.prototype.apply() #163
- Function.prototype.call(..)
- Function.prototype.bind(..) Implement Function.prototype.bind function #321
- .length
- .prototype