Timothy Flynn
|
ae7b5280c2
|
LibJS: Make "options" objects const references in NumberFormat's AOs
|
2021-09-12 12:57:17 +01:00 |
|
Timothy Flynn
|
4411e16798
|
LibJS: Change GetOption AO to accept the options as a concrete Object
This was being verified at runtime anyways, so let the compiler ensure
it. This also matches the GetOption AO in Temporal now.
|
2021-09-12 12:57:17 +01:00 |
|
Timothy Flynn
|
071e193d92
|
LibJS: Implement Intl.NumberFormat.supportedLocalesOf
|
2021-09-11 11:05:50 +01:00 |
|
Timothy Flynn
|
e42ba7f748
|
LibJS: Implement the Intl.NumberFormat constructor
|
2021-09-11 11:05:50 +01:00 |
|
Timothy Flynn
|
07f12b108b
|
LibJS: Implement a nearly empty Intl.NumberFormat object
This adds plumbing for the Intl.NumberFormat object, constructor, and
prototype.
|
2021-09-11 11:05:50 +01:00 |
|