[webkit-changes] [WebKit/WebKit] d4b49d: [JSC] Increase minimumFractionDigits / maximumFrac...

Yusuke Suzuki noreply at github.com
Mon Aug 14 15:08:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d4b49d3314c109f14fd981616cdb72c693cd2865
      https://github.com/WebKit/WebKit/commit/d4b49d3314c109f14fd981616cdb72c693cd2865
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M JSTests/stress/intl-numberformat.js
    M JSTests/stress/intl-pluralrules.js
    M JSTests/test262/expectations.yaml
    M Source/JavaScriptCore/runtime/IntlNumberFormatInlines.h

  Log Message:
  -----------
  [JSC] Increase minimumFractionDigits / maximumFractionDigits limit from 20 to 100
https://bugs.webkit.org/show_bug.cgi?id=260169
rdar://113869343

Reviewed by Mark Lam.

This patch aligns the implementation to the latest spec change[1].
Just increasing minimumFractionDigits and maximumFractionDigits limit from 20 to 100.

[1]: https://github.com/tc39/ecma402/commit/f6d29456b85392840931bb962875c68351ad658c

* JSTests/test262/expectations.yaml:
* Source/JavaScriptCore/runtime/IntlNumberFormatInlines.h:
(JSC::setNumberFormatDigitOptions):

Canonical link: https://commits.webkit.org/266879@main




More information about the webkit-changes mailing list