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
Age
Commit message (
Expand
)
Author
2022-01-30
LibJS: Implement Intl.Segmenter.supportedLocalesOf
Idan Horowitz
2022-01-30
LibJS: Start implementing Intl.Segmenter
Idan Horowitz
2022-01-30
LibJS: Add support for JSON modules
davidot
2022-01-30
LibJS: Expose JSON.parse as an intrinsic value of the global object
davidot
2022-01-30
LibJS: Implement the import assertions proposal
davidot
2022-01-30
LibJS: Follow the spec with storing im- and export entries
davidot
2022-01-29
LibJS: Visit m_async_from_sync_iterator_prototype in GlobalObject
Idan Horowitz
2022-01-29
LibJS: Update spec numbers for ECMA-402
Timothy Flynn
2022-01-29
LibJS: Implement Intl.Collator.prototype.resolvedOptions
Timothy Flynn
2022-01-29
LibJS: Implement Intl.Collator.supportedLocalesOf
Timothy Flynn
2022-01-29
LibJS: Implement the Intl.Collator constructor
Timothy Flynn
2022-01-29
LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocale
Timothy Flynn
2022-01-29
LibJS: Implement a nearly empty Intl.Collator object
Timothy Flynn
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-28
LibJS: Implement Intl.PluralRules.prototype.resolvedOptions
Timothy Flynn
2022-01-28
LibJS: Implement Intl.PluralRules.supportedLocalesOf
Timothy Flynn
2022-01-28
LibJS: Implement the Intl.PluralRules constructor
Timothy Flynn
2022-01-28
LibJS: Implement a nearly empty Intl.PluralRules object
Timothy Flynn
2022-01-28
LibJS: Move some Intl.NumberFormat fields into a NumberFormatBase class
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts
Timothy Flynn
2022-01-27
LibJS: Implement Intl.RelativeTimeFormat.prototype.format
Timothy Flynn
2022-01-27
LibJS: Add explicit constructors for PatternPartition
Timothy Flynn
2022-01-27
LibJS: Change RelativeTimeFormat::number_format to return a reference
Timothy Flynn
2022-01-27
LibJS: Add missing spec link for InitializeRelativeTimeFormat
Timothy Flynn
2022-01-27
LibJS: Respect per-locale minimum grouping digits when number formatting
Timothy Flynn
2022-01-27
LibJS: Prevent implicit pointer-to-bool conversion in Value constructor
Timothy Flynn
2022-01-25
LibJS: Use new construct AO overload where easily applicable
Timothy Flynn
2022-01-25
LibJS: Add templated overloads for the construct AO to create its MVL
Timothy Flynn
2022-01-25
LibJS: Use forwarding references for call's variadic template arguments
Timothy Flynn
2022-01-25
LibJS: Remove erroneous variadic template from some call overloads
Timothy Flynn
2022-01-25
LibJS: Implement Intl.RelativeTimeFormat.prototype.resolvedOptions
Timothy Flynn
2022-01-25
LibJS: Fix errors in Intl.DateTimeFormat.prototype.resolvedOptions tests
Timothy Flynn
2022-01-25
LibJS: Implement Intl.RelativeTimeFormat.supportedLocalesOf
Timothy Flynn
2022-01-25
LibJS: Implement the Intl.RelativeTimeFormat constructor
Timothy Flynn
2022-01-25
LibJS: Implement a nearly empty Intl.RelativeTimeFormat object
Timothy Flynn
2022-01-25
LibJS: Convert Intl.NumberFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibJS: Convert Intl.DisplayNames to use Unicode::Style
Timothy Flynn
2022-01-25
LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZone
Linus Groh
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibJS/Tests: Enable Number.isInteger() test that now passes
Linus Groh
2022-01-24
LibJS: Update ShadowRealm AO parameter declaration notations
Linus Groh
2022-01-24
LibJS: Let WrappedFunction inherit target name and length
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionLength AO
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionName AO
Linus Groh
2022-01-24
LibJS: Fix the execution context for the bytecode interpreter
davidot
2022-01-23
LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor
Idan Horowitz
2022-01-23
LibJS: Remove VM::call()
mjz19910
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-23
LibJS: Add some overloads for JS::call() and JS::call_impl()
mjz19910
[next]