summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2021-09-18LibJS: Convert get_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert default_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert coerce_options_to_object() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert supported_locales() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert Intl::get_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert canonicalize_locale_list() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Always inline two hot (and trivial) functions in JS::LexerAndreas Kling
2021-09-18LibJS: Add fast failure path to try_parse_labelled_statement()Andreas Kling
2021-09-18LibJS: Make Lexer::s_keywords store keywords as FlyStringAndreas Kling
2021-09-18LibJS: Avoid a temporary AK::String when lexing already-seen identifiersAndreas Kling
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-09-18LibJS: Update step order in the InterpretTemporalDateTimeFields AOLinus Groh
2021-09-17LibJS: Convert Now AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert PlainDateTime AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert PlainDate AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Increase time between garbage collectionsAndreas Kling
2021-09-17LibJS: Convert Instant AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert Duration AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert Calendar AOs to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert prepare_temporal_fields() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_positive_integer() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_year_month_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_time_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_duration_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_date_time_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_date_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_temporal_instant_string() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert parse_iso_date_time() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert reject_temporal_calendar_type() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert validate_temporal_unit_range() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_smallest_temporal_unit() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_largest_temporal_unit() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_seconds_string_precision() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_temporal_rounding_increment() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_show_calendar_option() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_temporal_rounding_mode() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_temporal_overflow() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert get_string_or_number_option() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert Temporal::get_option() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert get_options_object() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Initialize value in ThrowCompletionOr<void> default constructorLinus Groh
2021-09-16LibJS: Use ScopePusher to correctly push the scope in for statementsAli Mohammad Pur
2021-09-16js: Add a simple loadJSON(path) built-in to load JSON from a fileAndreas Kling
2021-09-16LibJS: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibJS: Convert PlainMonthDay AOs to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Convert PlainTime AOs to ThrowCompletionOrIdan Horowitz