Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
4d5bd092ea
LibJS: Use MUST() where applicable
|
3 years ago |
Idan Horowitz
|
5ce468338e
LibJS: Drop the Temporal prefix from TemporalMissingRequiredProperty
|
3 years ago |
Idan Horowitz
|
ee825d6d9e
LibJS: Convert get_method to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
35bba1c98d
LibJS: Convert PlainDate AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
f8d92232c8
LibJS: Convert Calendar AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
6b4777c558
LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
9ac426c906
LibJS: Convert to_positive_integer() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
2e28f0b371
LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
9f03647f1f
LibJS: Convert to_temporal_overflow() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
f2b5ddd167
LibJS: Convert iterable_to_list_of_type() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
683e31e1ff
LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
c57a78423d
LibJS: Convert PlainYearMonth AOs to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
3 years ago |
Brian Gianforcaro
|
fc1b9288bc
LibJS: Extract exception check duplication in iso_month_day_from_fields
|
3 years ago |
Timothy Flynn
|
470262c8ab
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
|
3 years ago |
Linus Groh
|
4e5becf36e
LibJS: Make default_merge_fields() {additional_,}fields Object a const&
|
3 years ago |
Linus Groh
|
4bba61fd59
LibJS: Make resolve_iso_month() fields Object a const&
|
3 years ago |
Linus Groh
|
1f99538185
LibJS: Make Temporal foo_from_fields() AO field/options Object a const*
|
3 years ago |
Linus Groh
|
e4c07c5b8f
LibJS: Make new_target parameter of all Temporal AOs a const*
|
3 years ago |
Linus Groh
|
ed98c1afc7
LibJS: Throw RangeError in PrepareTemporalFields for +/-∞
|
3 years ago |
Linus Groh
|
418c22f9b3
LibJS: Implement Temporal.PlainDate.prototype.eraYear
|
3 years ago |
Linus Groh
|
6f7d6d917e
LibJS: Implement Temporal.PlainDate.prototype.era
|
3 years ago |
Linus Groh
|
402f04c2fc
LibJS: Implement Temporal.PlainDate.prototype.toString()
|
4 years ago |
Linus Groh
|
0cdad283c0
LibJS: Reflect Record wording editorial change in the Temporal spec
|
4 years ago |
Linus Groh
|
1292d80b93
LibJS: Implement Temporal.Calendar.prototype.mergeFields()
|
4 years ago |
Linus Groh
|
cbe7015c0c
LibJS: Add missing spec link to YearMonthFromFields
|
4 years ago |
Linus Groh
|
795e077eb8
LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()
|
4 years ago |
Linus Groh
|
31f65b8c50
LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()
|
4 years ago |