Linus Groh
|
0881f8160f
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
|
3 年 前 |
Timothy Flynn
|
ec54a7b5b0
LibJS: Implement IteratorClose with Completions and align to the spec
|
3 年 前 |
Timothy Flynn
|
7b4814f74c
LibJS: Convert IteratorValue AO to ThrowCompletionOr
|
3 年 前 |
Timothy Flynn
|
8be1caa05d
LibJS: Convert IteratorStep AO to ThrowCompletionOr
|
3 年 前 |
Timothy Flynn
|
860a37640b
LibJS: Convert GetIterator AO to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
ca09f20dcf
LibJS: Add ErrorType for IterableToListOfType value type mismatch
|
3 年 前 |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 年 前 |
Idan Horowitz
|
20d990563c
LibJS: Convert to_number() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
96ab116f0d
LibJS: Convert to_primitive_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
8b07453bce
LibJS: Add non-BigInt overload of round_number_to_increment()
|
3 年 前 |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
4d5bd092ea
LibJS: Use MUST() where applicable
|
3 年 前 |
Nico Weber
|
de72332920
Libraries: Fix typos
|
3 年 前 |
Idan Horowitz
|
5ce468338e
LibJS: Drop the Temporal prefix from TemporalMissingRequiredProperty
|
3 年 前 |
Linus Groh
|
6b4777c558
LibJS: Convert prepare_temporal_fields() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
9ac426c906
LibJS: Convert to_positive_integer() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
2f56fd48ca
LibJS: Convert parse_temporal_year_month_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
14f16d9ed4
LibJS: Convert parse_temporal_time_zone_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
0ccd11ba5f
LibJS: Convert parse_temporal_time_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
f86fa12deb
LibJS: Convert parse_temporal_duration_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
3c530dec5a
LibJS: Convert parse_temporal_date_time_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
4cb6eaf588
LibJS: Convert parse_temporal_date_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
2e28f0b371
LibJS: Convert parse_temporal_calendar_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
4f487266b4
LibJS: Convert parse_temporal_instant_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
3112de6f35
LibJS: Convert parse_iso_date_time() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
8792fdfdf6
LibJS: Convert reject_temporal_calendar_type() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
8dd45a1ba2
LibJS: Convert validate_temporal_unit_range() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
448a364210
LibJS: Convert to_smallest_temporal_unit() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
92187591dd
LibJS: Convert to_largest_temporal_unit() to ThrowCompletionOr
|
3 年 前 |