[webkit-reviews] review requested: [Bug 26382] [ES5] Implement Function.prototype.bind : [Attachment 108382] New patch, reentrant implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 12:20:57 PDT 2011


Gavin Barraclough <barraclough at apple.com> has asked  for review:
Bug 26382: [ES5] Implement Function.prototype.bind
https://bugs.webkit.org/show_bug.cgi?id=26382

Attachment 108382: New patch, reentrant implementation.
https://bugs.webkit.org/attachment.cgi?id=108382&action=review

------- Additional Comments from Gavin Barraclough <barraclough at apple.com>
A fresh implementation.  This has three interesting features:
* Based on ToT!
* Subclasses JSFunction (this allows the JIT to make fast calls to bound
functions)
* Cell size is no longer restricted (doesn't need a data object).


More information about the webkit-reviews mailing list