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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 5 15:09:59 PDT 2010


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


Caio Marcelo de Oliveira Filho <caio.oliveira at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54896|0                           |1
        is obsolete|                            |




--- Comment #17 from Caio Marcelo de Oliveira Filho <caio.oliveira at openbossa.org>  2010-05-05 15:09:56 PST ---
Created an attachment (id=55158)
 --> (https://bugs.webkit.org/attachment.cgi?id=55158)
Native implementation of Function.prototype.bind(), v5

Adds a missing 'OverridesMarkChildren' to the StructureFlags of
JSBoundFunction. This is needed because JSBoundFunction implements markChildren
method.

Also added new test cases to guarantee that CallFrame rewriting done by
possible optimizations will not break the code.

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