mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #2046 - Implement Intl.DateTimeFormat's date-/timeStyle and hourCycle options
- remove mozExtensions flag and expose to client code Based-on: m-c 1557718
This commit is contained in:
parent
e01ff1c5f9
commit
4400677afe
5 changed files with 472 additions and 155 deletions
|
|
@ -2479,8 +2479,8 @@ static const JSFunctionSpec intrinsic_functions[] = {
|
|||
JS_FN("intl_IsValidTimeZoneName", intl_IsValidTimeZoneName, 1,0),
|
||||
JS_FN("intl_NumberFormat", intl_NumberFormat, 2,0),
|
||||
JS_FN("intl_numberingSystem", intl_numberingSystem, 1,0),
|
||||
JS_FN("intl_patternForSkeleton", intl_patternForSkeleton, 2,0),
|
||||
JS_FN("intl_patternForStyle", intl_patternForStyle, 3,0),
|
||||
JS_FN("intl_patternForSkeleton", intl_patternForSkeleton, 3, 0),
|
||||
JS_FN("intl_patternForStyle", intl_patternForStyle, 6, 0),
|
||||
JS_FN("intl_GetPluralCategories", intl_GetPluralCategories, 2, 0),
|
||||
JS_FN("intl_SelectPluralRule", intl_SelectPluralRule, 2,0),
|
||||
JS_FN("intl_toLocaleLowerCase", intl_toLocaleLowerCase, 2,0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue