Linus Groh
|
c3f1d8f5ba
LibJS: Correct section IDs of Temporal .prototype property clauses
|
3 years ago |
Linus Groh
|
27793bf76c
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
|
3 years ago |
Linus Groh
|
e109b967a1
LibJS: Make options object const in more Temporal AOs
|
3 years ago |
Linus Groh
|
29aa938fa5
LibJS: Fix Duration.compare() for dates with unusual number of hours
|
3 years ago |
Linus Groh
|
48856498f0
LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts
|
3 years ago |
Linus Groh
|
4722045e28
LibJS: Do not expose mathematical values to script in Duration methods
|
3 years ago |
Linus Groh
|
ec1e1f4f12
LibJS: Disallow Temporal.Duration input values to be non-integers
|
3 years ago |
Luke Wilde
|
5e3fe52fc4
LibJS: Implement Temporal.Duration.compare
|
3 years ago |
Linus Groh
|
5e9e3f9dc8
LibJS: Convert Temporal.Duration functions to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Linus Groh
|
ea7cc70118
LibJS: Convert Duration AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
683e31e1ff
LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
59df50a950
LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration()
|
3 years ago |
Brian Gianforcaro
|
b10657a2b6
LibJS: Remove unused includes out of Cell.h, move to the users
|
3 years ago |
Linus Groh
|
5c77885873
LibJS: Implement Temporal.Duration.from()
|
4 years ago |
Linus Groh
|
7921d8ba91
LibJS: Start implementing Temporal.Duration
|
4 years ago |