Standardizing __proto__
John-David Dalton
john.david.dalton at gmail.com
Fri Mar 18 12:33:00 PDT 2011
> Can you provide some concrete real world examples of setting alternative prototypes on Number, Boolean, and String instances? RegExp too, but that's a different beast. Also I don't believe that oliver's solution helps you much for functions.
Yes.
On my initial email I had a `read more` section:
https://mail.mozilla.org/pipermail/es-discuss/2011-March/013131.html
(the fusebox repo links to screencasts on the topic too)
You may also be interested in:
http://www.ibm.com/developerworks/web/library/wa-javascripthistory/
https://github.com/jdalton/fusejs/blob/master/src/lang/string.js
https://github.com/jdalton/fusejs/blob/master/src/lang/number.js
https://github.com/jdalton/fusejs/blob/master/src/lang/object.js
https://github.com/jdalton/fusejs/blob/master/src/lang/regexp.js
More information about the es-discuss
mailing list