Bug 251757
Summary: | [JSC] String#toWellFormed should return stringified value | ||
---|---|---|---|
Product: | WebKit | Reporter: | zloirock <zloirock> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aleten2015, mark.lam, msaboff, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | All | ||
OS: | All |
zloirock
String.prototype.toWellFormed.call(1) === '1' // => false
https://github.com/zloirock/core-js/commit/3156638715b5c5c4f07144da28d2e17039240323
https://tc39.es/proposal-is-usv-string/#sec-string.prototype.towellformed step 2
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105104668>
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/9842
EWS
Committed 260043@main (aa30fafbe181): <https://commits.webkit.org/260043@main>
Reviewed commits have been landed. Closing PR #9842 and removing active labels.