André Bargull
André Bargull
Use "1e10000" from as the limit so we don't have to modify this test after the PR has been merged. Note: "1e309" is the smallest decimal string number outside the...
0166442283bbcd242d4cd23ee3a51d3a42a84484 - Add `verifyBuiltinFunction` and `verifyBuiltinConstructor`. Both functions are used in the generated tests. - The new harness functions use `Reflect` and `Proxy` to identify constructors without invoking any extra...
- `Intl.NumberFormat` calls `SetNumberFormatDigitOptions` after reading `"notation"`, but before reading `"compactDisplay"`. - `Intl.PluralRules` calls `SetNumberFormatDigitOptions` after reading both `"notation"` and `"compactDisplay"`. Note: This was explicitly requested in , but isn't...