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
2021-09-18
LibJS: Convert get_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert default_number_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert coerce_options_to_object() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert supported_locales() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert Intl::get_option() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Convert canonicalize_locale_list() to ThrowCompletionOr
Idan Horowitz
2021-09-18
LibJS: Always inline two hot (and trivial) functions in JS::Lexer
Andreas Kling
2021-09-18
LibJS: Add fast failure path to try_parse_labelled_statement()
Andreas Kling
2021-09-18
LibJS: Make Lexer::s_keywords store keywords as FlyString
Andreas Kling
2021-09-18
LibJS: Avoid a temporary AK::String when lexing already-seen identifiers
Andreas Kling
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-09-18
LibJS: Update step order in the InterpretTemporalDateTimeFields AO
Linus Groh
2021-09-17
LibJS: Convert Now AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert PlainDateTime AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert PlainDate AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Increase time between garbage collections
Andreas Kling
2021-09-17
LibJS: Convert Instant AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert Duration AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert Calendar AOs to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_positive_integer() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_year_month_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_time_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_duration_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_date_time_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_date_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_temporal_instant_string() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert parse_iso_date_time() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert reject_temporal_calendar_type() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert validate_temporal_unit_range() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_smallest_temporal_unit() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_largest_temporal_unit() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_seconds_string_precision() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_temporal_rounding_increment() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_show_calendar_option() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_temporal_rounding_mode() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_temporal_overflow() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert get_string_or_number_option() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert Temporal::get_option() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert get_options_object() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr
Linus Groh
2021-09-16
LibJS: Initialize value in ThrowCompletionOr<void> default constructor
Linus Groh
2021-09-16
LibJS: Use ScopePusher to correctly push the scope in for statements
Ali Mohammad Pur
2021-09-16
js: Add a simple loadJSON(path) built-in to load JSON from a file
Andreas Kling
2021-09-16
LibJS: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibJS: Convert PlainMonthDay AOs to ThrowCompletionOr
Idan Horowitz
2021-09-16
LibJS: Convert PlainTime AOs to ThrowCompletionOr
Idan Horowitz
[next]