Dactyloidae/js
Moonchild e65b46ba0f Issue #2350 - Part 2: Allow "maximumFractionDigits" option in Intl.NumberFormat to be less than the default minimum fraction digits.
This implements the changes from the "has consensus" PR in TC39
The second pair of `DefaultNumberOption()` calls was inlined, because
only the fallback case is relevant anyway.

Steps 12.d and 12.e from the spec PR were combined into a single
`if`-block. That way it also matches step 12.f more closely.
Also changed the single `if` steps into an `if-else if` chain, because
the steps are mutually exclusive.
2023-10-21 11:04:15 +08:00
..
ductwork Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
examples Issue #1656 - Part 7: Nuke vim config lines in JS 2020-09-25 22:04:24 +08:00
ipc Issue #80 - Move implementation of CPOWTimer::CPOWTimer to header. 2023-03-14 22:11:46 +08:00
public Issue #1442 - Part 4: Add JSAPI functions for working with ReadableStream. https://bugzilla.mozilla.org/show_bug.cgi?id=1272697 2023-10-04 09:53:45 +08:00
src Issue #2350 - Part 2: Allow "maximumFractionDigits" option in Intl.NumberFormat to be less than the default minimum fraction digits. 2023-10-21 11:04:15 +08:00
xpconnect Issue #1442 - Part 2: Add a run-time preference for toggling the streams API. https://bugzilla.mozilla.org/show_bug.cgi?id=1272697 2023-10-04 09:53:12 +08:00
ffi.configure Issue #1905 - Part 3h - Fix breakages on other platforms. Mac Intel broke due to incorrect FFI target_dir for Intel. Linux and possibly other platforms use a secondary aclocal.m4 that still referenced ios.m4. 2022-06-13 09:01:48 +08:00
moz.configure Issue #62 - Always build Spidermonkey as shared lib in Windows. 2023-03-28 12:13:54 +08:00