[Webkit-unassigned] [Bug 209782] New: BigInt missing toLocaleString in WebKit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 30 15:12:09 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=209782
Bug ID: 209782
Summary: BigInt missing toLocaleString in WebKit
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sffc at chromium.org
V8 and SpiderMonkey support BigInt.prototype.toLocaleString as well as passing a BigInt into Intl.NumberFormat.prototype.format. You cannot do this in WebKit; this will lead to broken web sites and/or reduced performance for WebKit users.
ICU4C provides bindings that accept arbitrary decimal strings. Fixing this bug is a matter of updating JSC to call those functions.
BigInt umbrella bug: https://bugs.webkit.org/show_bug.cgi?id=179001
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200330/2ab4af6f/attachment.htm>
More information about the webkit-unassigned
mailing list