Closed Ms2ger closed 6 years ago
The current specification accidentally requires that the NumberFormat and PluralRules constructors get properties off Object.prototype. This is not particularly useful, and is not implemented in SpiderMonkey.
Test: https://github.com/tc39/test262/pull/1627
The current specification accidentally requires that the NumberFormat and PluralRules constructors get properties off Object.prototype. This is not particularly useful, and is not implemented in SpiderMonkey.