summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2022-01-30LibJS: Implement Intl.Segmenter.supportedLocalesOfIdan Horowitz
2022-01-30LibJS: Start implementing Intl.SegmenterIdan Horowitz
2022-01-30LibJS: Add support for JSON modulesdavidot
2022-01-30LibJS: Expose JSON.parse as an intrinsic value of the global objectdavidot
2022-01-30LibJS: Implement the import assertions proposaldavidot
2022-01-30LibJS: Follow the spec with storing im- and export entriesdavidot
2022-01-29LibJS: Visit m_async_from_sync_iterator_prototype in GlobalObjectIdan Horowitz
2022-01-29LibJS: Update spec numbers for ECMA-402Timothy Flynn
2022-01-29LibJS: Implement Intl.Collator.prototype.resolvedOptionsTimothy Flynn
2022-01-29LibJS: Implement Intl.Collator.supportedLocalesOfTimothy Flynn
2022-01-29LibJS: Implement the Intl.Collator constructorTimothy Flynn
2022-01-29LibJS: Add co, kf, and kn Unicode locale keywords to ResolveLocaleTimothy Flynn
2022-01-29LibJS: Implement a nearly empty Intl.Collator objectTimothy Flynn
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28LibJS: Implement Intl.PluralRules.prototype.resolvedOptionsTimothy Flynn
2022-01-28LibJS: Implement Intl.PluralRules.supportedLocalesOfTimothy Flynn
2022-01-28LibJS: Implement the Intl.PluralRules constructorTimothy Flynn
2022-01-28LibJS: Implement a nearly empty Intl.PluralRules objectTimothy Flynn
2022-01-28LibJS: Move some Intl.NumberFormat fields into a NumberFormatBase classTimothy Flynn
2022-01-27LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToPartsTimothy Flynn
2022-01-27LibJS: Implement Intl.RelativeTimeFormat.prototype.formatTimothy Flynn
2022-01-27LibJS: Add explicit constructors for PatternPartitionTimothy Flynn
2022-01-27LibJS: Change RelativeTimeFormat::number_format to return a referenceTimothy Flynn
2022-01-27LibJS: Add missing spec link for InitializeRelativeTimeFormatTimothy Flynn
2022-01-27LibJS: Respect per-locale minimum grouping digits when number formattingTimothy Flynn
2022-01-27LibJS: Prevent implicit pointer-to-bool conversion in Value constructorTimothy Flynn
2022-01-25LibJS: Use new construct AO overload where easily applicableTimothy Flynn
2022-01-25LibJS: Add templated overloads for the construct AO to create its MVLTimothy Flynn
2022-01-25LibJS: Use forwarding references for call's variadic template argumentsTimothy Flynn
2022-01-25LibJS: Remove erroneous variadic template from some call overloadsTimothy Flynn
2022-01-25LibJS: Implement Intl.RelativeTimeFormat.prototype.resolvedOptionsTimothy Flynn
2022-01-25LibJS: Fix errors in Intl.DateTimeFormat.prototype.resolvedOptions testsTimothy Flynn
2022-01-25LibJS: Implement Intl.RelativeTimeFormat.supportedLocalesOfTimothy Flynn
2022-01-25LibJS: Implement the Intl.RelativeTimeFormat constructorTimothy Flynn
2022-01-25LibJS: Implement a nearly empty Intl.RelativeTimeFormat objectTimothy Flynn
2022-01-25LibJS: Convert Intl.NumberFormat to use Unicode::StyleTimothy Flynn
2022-01-25LibJS: Convert Intl.DisplayNames to use Unicode::StyleTimothy Flynn
2022-01-25LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::StyleTimothy Flynn
2022-01-25LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZoneLinus Groh
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24LibJS/Tests: Enable Number.isInteger() test that now passesLinus Groh
2022-01-24LibJS: Update ShadowRealm AO parameter declaration notationsLinus Groh
2022-01-24LibJS: Let WrappedFunction inherit target name and lengthLinus Groh
2022-01-24LibJS: Implement the SetFunctionLength AOLinus Groh
2022-01-24LibJS: Implement the SetFunctionName AOLinus Groh
2022-01-24LibJS: Fix the execution context for the bytecode interpreterdavidot
2022-01-23LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructorIdan Horowitz
2022-01-23LibJS: Remove VM::call()mjz19910
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-23LibJS: Add some overloads for JS::call() and JS::call_impl()mjz19910