Bug 222164 - [JSC] Do not use toObject for options in new Intl constructors
Summary: [JSC] Do not use toObject for options in new Intl constructors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks: 218829
  Show dependency treegraph
 
Reported: 2021-02-19 03:00 PST by Yusuke Suzuki
Modified: 2021-02-19 11:40 PST (History)
8 users (show)

See Also:


Attachments
Patch (7.05 KB, patch)
2021-02-19 03:13 PST, Yusuke Suzuki
ashvayka: review+
Details | Formatted Diff | Diff
Patch (7.29 KB, patch)
2021-02-19 03:29 PST, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2021-02-19 03:00:25 PST
https://github.com/tc39/ecma402/pull/538
Comment 1 Yusuke Suzuki 2021-02-19 03:00:39 PST
Target => Intl.ListFormat, Intl.DisplayNames, Intl.Segmenter
Comment 2 Yusuke Suzuki 2021-02-19 03:13:42 PST
Created attachment 420951 [details]
Patch
Comment 3 Alexey Shvayka 2021-02-19 03:21:13 PST
Comment on attachment 420951 [details]
Patch

Nice cleanup!
Comment 4 Yusuke Suzuki 2021-02-19 03:29:51 PST
Created attachment 420954 [details]
Patch
Comment 5 Yusuke Suzuki 2021-02-19 11:36:59 PST
Fixed the test locally.
Comment 6 Yusuke Suzuki 2021-02-19 11:39:06 PST
Committed r273153 (234348@main): <https://commits.webkit.org/234348@main>
Comment 7 Radar WebKit Bug Importer 2021-02-19 11:40:16 PST
<rdar://problem/74530966>