Bug 32243 - implement Function.prototype.bind()
Summary: implement Function.prototype.bind()
Status: RESOLVED DUPLICATE of bug 26382
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 13:26 PST by Patrick Mueller
Modified: 2009-12-07 13:33 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Mueller 2009-12-07 13:26:30 PST
For EcmaScript 5, Function.prototype.bind() is required, but not yet implemented by JSC.
Comment 1 Patrick Mueller 2009-12-07 13:33:51 PST
didn't search hard enough when I opened this bug, there was already one open

*** This bug has been marked as a duplicate of bug 26382 ***