Bug 150462 - [ES6] Implement Symbol.toPrimitive
Summary: [ES6] Implement Symbol.toPrimitive
Status: RESOLVED DUPLICATE of bug 154877
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 12:37 PDT by Keith Miller
Modified: 2016-06-06 20:52 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2015-10-22 12:37:40 PDT
the ES6 known symbol toPrimitive allows the user to override the way a function is converted to a primitive type regardless of what type hint is given.
Comment 1 Joseph Pecoraro 2016-06-06 20:52:28 PDT
Fixed by your other change:

[ES6] Add support for Symbol.toPrimitive
https://bugs.webkit.org/show_bug.cgi?id=154877
http://trac.webkit.org/changeset/197531

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