Bug 150462
| Summary: | [ES6] Implement Symbol.toPrimitive | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keith Miller <keith_miller> |
| Component: | JavaScriptCore | Assignee: | Keith Miller <keith_miller> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | joepeck |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Keith Miller
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
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 ***