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
/
AbstractOperations.h
Age
Commit message (
Expand
)
Author
2021-11-12
LibJS: Change Intl's PatternPartition record to hold a String value
Timothy Flynn
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
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-12
LibJS: Make GetNumberOption's "options" object a const reference
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-11
LibJS: Implement the Intl.NumberFormat constructor
Timothy Flynn
2021-09-11
LibJS: Handle Unicode locale extensions in the ResolveLocale operation
Timothy Flynn
2021-09-06
LibJS: Implement Intl.ListFormat.prototype.format
Timothy Flynn
2021-09-06
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-09-04
LibJS: Implement Intl.DisplayNames.supportedLocalesOf()
Linus Groh
2021-09-02
LibJS: Implement the Intl.Locale constructor
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.of
Timothy Flynn
2021-08-26
LibJS: Implement the Intl.DisplayNames constructor
Timothy Flynn