summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intl
AgeCommit message (Expand)Author
2021-10-03LibJS: Convert has_property() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert create_data_property_or_throw() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-09-18LibJS: Convert ListFormat AOs to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert DisplayNames AOs to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert NumberFormat AOs to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert get_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert default_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert coerce_options_to_object() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert supported_locales() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert Intl::get_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert canonicalize_locale_list() to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Convert get_options_object() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOrIdan Horowitz
2021-09-13LibJS: Convert Intl.NumberFormat.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Intl.Locale.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Intl.ListFormat.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Intl.DisplayNames.prototype to be a PrototypeObjectLinus Groh
2021-09-12LibJS: Move locale_relevant_extension_keys to Intl.LocaleTimothy Flynn
2021-09-12LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormatTimothy Flynn
2021-09-12LibJS: Move Intl.NumberFormat's AOs to its object fileTimothy Flynn
2021-09-12LibJS: Move Intl.ListFormat's AOs to its object fileTimothy Flynn
2021-09-12LibJS: Make "options" objects const references in NumberFormat's AOsTimothy Flynn
2021-09-12LibJS: Make GetNumberOption's "options" object a const referenceTimothy Flynn
2021-09-12LibJS: Store Intl.Locale's "tag" argument as a plain stringTimothy Flynn
2021-09-12LibJS: Change GetOption AO to accept the options as a concrete ObjectTimothy Flynn
2021-09-12LibJS: Sort Intl AbstractOperation declarations by spec IDTimothy Flynn
2021-09-12LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNamesTimothy Flynn
2021-09-12LibJS: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-11LibJS: Implement Intl.NumberFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-11LibJS: Implement Intl.NumberFormat.supportedLocalesOfTimothy Flynn
2021-09-11LibJS: Implement the Intl.NumberFormat constructorTimothy Flynn
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn
2021-09-11LibJS: Handle Unicode locale extensions in the ResolveLocale operationTimothy Flynn
2021-09-08LibUnicode+LibJS: Store locale keyword values as a single stringTimothy Flynn
2021-09-08LibJS: Fix typos in Intl.ListFormat commentsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatToPartsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.supportedLocalesOfTimothy Flynn
2021-09-06LibJS: Implement the Intl.ListFormat constructorTimothy Flynn
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-06LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}CaseTimothy Flynn
2021-09-06LibJS: Only remove Unicode locale extensions during the LookupMatcher AOTimothy Flynn
2021-09-04LibJS: Implement Intl.DisplayNames.supportedLocalesOf()Linus Groh
2021-09-04LibJS: Implement Intl.Locale.prototype.minimizeTimothy Flynn
2021-09-04LibJS: Implement Intl.Locale.prototype.maximizeTimothy Flynn
2021-09-04LibJS: Add a constructor to create an Intl.Locale object from a LocaleIDTimothy Flynn
2021-09-04LibJS: Add missing Intl.Locale initializer for plain boolean typeTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.regionTimothy Flynn