[Webkit-unassigned] [Bug 26382] [ES5] Implement Function.prototype.bind

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


https://bugs.webkit.org/show_bug.cgi?id=26382


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108382|                            |review?
               Flag|                            |




--- Comment #30 from Gavin Barraclough <barraclough at apple.com>  2011-09-22 12:20:57 PST ---
Created an attachment (id=108382)
 --> (https://bugs.webkit.org/attachment.cgi?id=108382&action=review)
New patch, reentrant implementation.

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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list