summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2023-01-29LibJS: Fully qualify the use of AK::is in MUST_OR_THROW_OOMTimothy Flynn
2023-01-29LibJS: Add a method to ThrowCompletionOr to drop allocation errorsTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-29LibJS+LibWeb: Move headers around to allow including Value from CellTimothy Flynn
2023-01-29LibJS: Define Date constants such that translation units don't copy themTimothy Flynn
2023-01-28LibJS: Replace some deprecated_string() with utf8_string() in TemporalLinus Groh
2023-01-28LibJS: Replace to_deprecated_string() with to_string() in TemporalLinus Groh
2023-01-28LibJS: Add spec comments to FunctionPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to FinalizationRegistryPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to FinalizationRegistryConstructorLinus Groh
2023-01-28LibJS: Add spec comments to DataViewPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to DataViewConstructorLinus Groh
2023-01-28LibJS: Add spec comments to CompletionLinus Groh
2023-01-28LibJS: Add spec comments to BooleanConstructorLinus Groh
2023-01-28LibJS: Add spec comments to BigIntPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to ArrayConstructorLinus Groh
2023-01-28LibJS: Add spec comments to ArrayBufferConstructorLinus Groh
2023-01-28LibJS: Implement the thisBooleanValue AO and use it in BooleanPrototypeLinus Groh
2023-01-28LibJS: Port Intl.DurationFormat to StringTimothy Flynn
2023-01-28LibJS: Port Intl.RelativeTimeFormat to StringTimothy Flynn
2023-01-28LibJS: Remove last use of DeprecatedString from Intl.MathematicalValueTimothy Flynn
2023-01-28LibJS: Use String::join and String::trim in Temporal AOsTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibJS: Remove declarations for non-existent methodsSam Atkins
2023-01-27AK: Remove unused DateTimeLexer classSam Atkins
2023-01-27LibJS+LibLocale: Propagate errors from find_regional_values_for_localeTimothy Flynn
2023-01-27LibJS+LibLocale: Port Intl.DateTimeFormat to StringTimothy Flynn
2023-01-26LibJS: Remove DeprecatedString usage from SourceCodeEvan Smal
2023-01-26LibJS: Port parse_iso_date_time() to StringLinus Groh
2023-01-26LibJS: Port temporal_zoned_date_time_to_string() to StringLinus Groh
2023-01-26LibJS: Remove unused is_valid_time_zone_numeric_utc_offset_syntax()Linus Groh
2023-01-26LibJS: Port builtin_time_zone_get_offset_string_for() to StringLinus Groh
2023-01-26LibJS: Port format_iso_time_zone_offset_string() to StringLinus Groh
2023-01-26LibJS: Port format_time_zone_offset_string() to StringLinus Groh
2023-01-26LibJS: Port create_temporal_time_zone() to StringLinus Groh
2023-01-26LibJS: Port temporal_year_month_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_time_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_date_time_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_date_to_string() to StringLinus Groh
2023-01-26LibJS: Port pad_iso_year() to StringLinus Groh
2023-01-26LibJS: Port temporal_month_day_to_string() to StringLinus Groh
2023-01-26LibJS: Port temporal_instant_to_string() to StringLinus Groh
2023-01-26LibJS: Make parse_temporal_instant() take a StringViewLinus Groh
2023-01-26LibJS: Port temporal_duration_to_string() to StringLinus Groh
2023-01-26LibJS: Make {un,}balance_duration_relative() take a StringViewLinus Groh
2023-01-26LibJS: Port iso_month_code() to StringLinus Groh
2023-01-26LibJS: Port format_calendar_annotation() to StringLinus Groh
2023-01-26LibJS: Port maybe_format_calendar_annotation() to StringLinus Groh
2023-01-26LibJS: Port calendar_month_code() to StringLinus Groh
2023-01-26LibJS: Port get_builtin_calendar() to StringLinus Groh