index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Intl
Age
Commit message (
Expand
)
Author
2021-10-03
LibJS: Convert has_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-18
LibJS: Convert ListFormat AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert DisplayNames AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert NumberFormat AOs to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert get_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert default_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert coerce_options_to_object() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert supported_locales() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert Intl::get_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert get_options_object() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
Idan Horowitz
2021-09-13
LibJS: Convert Intl.NumberFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.Locale.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.ListFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.DisplayNames.prototype to be a PrototypeObject
Linus Groh
2021-09-12
LibJS: Move locale_relevant_extension_keys to Intl.Locale
Timothy Flynn
2021-09-12
LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormat
Timothy Flynn
2021-09-12
LibJS: Move Intl.NumberFormat's AOs to its object file
Timothy Flynn
2021-09-12
LibJS: Move Intl.ListFormat's AOs to its object file
Timothy Flynn
2021-09-12
LibJS: Make "options" objects const references in NumberFormat's AOs
Timothy Flynn
2021-09-12
LibJS: Make GetNumberOption's "options" object a const reference
Timothy Flynn
2021-09-12
LibJS: Store Intl.Locale's "tag" argument as a plain string
Timothy Flynn
2021-09-12
LibJS: Change GetOption AO to accept the options as a concrete Object
Timothy Flynn
2021-09-12
LibJS: Sort Intl AbstractOperation declarations by spec ID
Timothy Flynn
2021-09-12
LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNames
Timothy Flynn
2021-09-12
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-11
LibJS: Implement Intl.NumberFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-11
LibJS: Implement Intl.NumberFormat.supportedLocalesOf
Timothy Flynn
2021-09-11
LibJS: Implement the Intl.NumberFormat constructor
Timothy Flynn
2021-09-11
LibJS: Implement a nearly empty Intl.NumberFormat object
Timothy Flynn
2021-09-11
LibJS: Handle Unicode locale extensions in the ResolveLocale operation
Timothy Flynn
2021-09-08
LibUnicode+LibJS: Store locale keyword values as a single string
Timothy Flynn
2021-09-08
LibJS: Fix typos in Intl.ListFormat comments
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.resolvedOptions
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.formatToParts
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.format
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.supportedLocalesOf
Timothy Flynn
2021-09-06
LibJS: Implement the Intl.ListFormat constructor
Timothy Flynn
2021-09-06
LibJS: Implement a nearly empty Intl.ListFormat object
Timothy Flynn
2021-09-06
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-09-06
LibJS: Only remove Unicode locale extensions during the LookupMatcher AO
Timothy Flynn
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
Linus Groh
2021-09-04
LibJS: Implement Intl.Locale.prototype.minimize
Timothy Flynn
2021-09-04
LibJS: Implement Intl.Locale.prototype.maximize
Timothy Flynn
2021-09-04
LibJS: Add a constructor to create an Intl.Locale object from a LocaleID
Timothy Flynn
2021-09-04
LibJS: Add missing Intl.Locale initializer for plain boolean type
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.region
Timothy Flynn
[next]