[Webkit-unassigned] [Bug 210367] New: JSC should handle ICU internal failures consistently
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 10 18:10:54 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210367
Bug ID: 210367
Summary: JSC should handle ICU internal failures consistently
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: ross.kirsling at sony.com
There are many places throughout our Intl API implementation in which ICU could have an internal failure.
JSC currently throws a JS error with a different message in each of these cases, but it might be better to have a single kind of error for all of them, like V8 and SM:
https://github.com/v8/v8/blob/master/src/common/message-template.h#L25
https://searchfox.org/mozilla-central/source/js/src/js.msg#536
--
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/20200411/f1f4194a/attachment.htm>
More information about the webkit-unassigned
mailing list