summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2023-01-26LibJS: Port create_temporal_calendar() to StringLinus Groh
2023-01-26LibJS: Port canonicalize_time_zone_name() to StringLinus Groh
2023-01-26LibJS: Use StringView for SecondsStringPrecision::unitLinus Groh
2023-01-26LibJS: Port calendar / time zone members of Temporal* structs to StringLinus Groh
2023-01-26LibJS: Port parse_temporal_calendar_string()Linus Groh
2023-01-26LibJS: Port get_difference_settings() to StringLinus Groh
2023-01-26LibJS: Port prepare_temporal_fields() and calendar_fields() to StringLinus Groh
2023-01-26LibJS: Make parse_temporal_*_string() take a StringViewLinus Groh
2023-01-26LibJS: Port format_seconds_string_part() to StringLinus Groh
2023-01-26LibJS: Port merge_largest_unit_option() to StringLinus Groh
2023-01-26LibJS: Port get_temporal_unit() to StringLinus Groh
2023-01-26LibJS: Port to_show_offset_option() to StringLinus Groh
2023-01-26LibJS: Port to_time_zone_name_option() to StringLinus Groh
2023-01-26LibJS: Port to_calendar_name_option() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_offset() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_rounding_mode() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_disambiguation() to StringLinus Groh
2023-01-26LibJS: Port to_temporal_overflow() to StringLinus Groh
2023-01-26LibJS: Make Value::typeof() return a StringViewLinus Groh
2023-01-24LibJS+LibLocale: Port Intl.NumberFormat to StringTimothy Flynn
2023-01-24LibJS: Use correct type for NumberFormat's UseGrouping internal slotTimothy Flynn
2023-01-24LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOsTimothy Flynn
2023-01-24LibJS: Add a fallible variant of Array::create_fromTimothy Flynn
2023-01-24LibJS: Propagate OOM errors from ApplyUnicodeExtensionToTagTimothy Flynn
2023-01-24LibJS: Remove DeprecatedString usage from Intl.PluralRulesTimothy Flynn
2023-01-24LibJS: Add missing MUST in DisposableStack.prototype.usedavidot
2023-01-23LibJS: Add DisposableStack{, Prototype, Constructor}davidot
2023-01-23LibJS: Add using declaration support, RAII like operation in jsdavidot
2023-01-23LibJS: Add an initialize binding hint to all initialize_binding methodsdavidot
2023-01-23LibJS: Add SuppressedError{, Prototype, Constructor}davidot
2023-01-22LibJS: Use is_unicode_surrogate moreNico Weber
2023-01-22LibJS: Add spec comments to quote_json_stringNico Weber
2023-01-22LibJS: Add spec comments to CodePointAtNico Weber
2023-01-22LibJS: Port the VM's single-character ASCII strings to StringTimothy Flynn
2023-01-22LibJS+LibWeb: Convert empty PrimitiveString invocators to StringTimothy Flynn
2023-01-22LibJS: Port ListFormat and PatternPartition to StringTimothy Flynn
2023-01-22LibJS+LibLocale: Port remaining locale APIs to StringTimothy Flynn
2023-01-20LibJS: Mark infallible operations that may throw only due to OOMTimothy Flynn
2023-01-20LibJS: Add a macro for infallible operations that may throw OOMTimothy Flynn
2023-01-20Everywhere: Convert known short-strings to the infallible String factoryTimothy Flynn
2023-01-19LibJS: Return OptionalNone in fallible functions in the Intl namespaceTimothy Flynn
2023-01-19LibJS: Add a special ThrowCompletionOr constructor for OptionalNoneTimothy Flynn
2023-01-19LibJS: Port Intl locale resolution to StringTimothy Flynn
2023-01-19LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleIdTimothy Flynn
2023-01-19LibJS: Propagate OOM errors from the PartitionPattern Abstract OperationTimothy Flynn
2023-01-19LibJS: Propagate OOM errors from Intl Abstract OperationsTimothy Flynn
2023-01-19LibLocale+LibJS: Port locale parsing and processing to StringTimothy Flynn
2023-01-16LibJS: Port trivial use cases in the Intl namespace to StringTimothy Flynn
2023-01-16LibJS: Port StringIterator to StringTimothy Flynn
2023-01-16LibJS: Port the TrimString AO to StringTimothy Flynn