Linus Groh
|
df67f4978e
LibJS: Convert Temporal.Now functions 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
|
4d5bd092ea
LibJS: Use MUST() where applicable
|
3 years ago |
Linus Groh
|
6bdd62b51b
LibJS: Convert Now AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
35bba1c98d
LibJS: Convert PlainDate AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
20337a34a2
LibJS: Convert Instant AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
f8d92232c8
LibJS: Convert Calendar AOs to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
229a5ce149
LibJS: Convert PlainTime AOs to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
cc00a726a8
LibJS: Convert TimeZone AOs to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
1822b2938e
LibJS: Convert ZonedDateTime AOs to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
312946059b
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
|
3 years ago |
Linus Groh
|
16c38788c3
LibJS: Add missing spec links
|
3 years ago |
Linus Groh
|
a06bd451d4
LibJS: Implement Temporal.Now.zonedDateTimeISO()
|
3 years ago |
Linus Groh
|
36c79c2989
LibJS: Implement Temporal.Now.zonedDateTime()
|
3 years ago |
Linus Groh
|
e511390423
LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()
|
3 years ago |
Linus Groh
|
4e4d8d6905
LibJS: Reflect infallibility editorial changes in the Temporal spec
|
3 years ago |
Linus Groh
|
5e64156fce
LibJS: Implement Temporal.Now.plainTimeISO()
|
3 years ago |
Linus Groh
|
2aa2c56891
LibJS: Update Temporal.Now spec section numbers
|
3 years ago |
Linus Groh
|
af3a26f4cc
LibJS: Implement Temporal.Now.plainDateTimeISO()
|
3 years ago |
Linus Groh
|
0bb19fc51c
LibJS: Implement Temporal.Now.plainDateTime()
|
3 years ago |
Linus Groh
|
f2a2e8e13c
LibJS: Implement Temporal.Now.plainDateISO()
|
3 years ago |
Linus Groh
|
c303bbde54
LibJS: Implement Temporal.Now.plainDate()
|
3 years ago |
Linus Groh
|
ff307194f3
LibJS: Implement Temporal.Now[@@toStringTag]
|
3 years ago |
Linus Groh
|
8f26f51580
LibJS: Add missing spec links to System{Instant,UTCEpochNanoseconds}
|
4 years ago |
Linus Groh
|
5516ad7158
LibJS: Rename Temporal.now => Temporal.Now
|
4 years ago |
Linus Groh
|
d159938acc
LibJS: Reflect recent editorial changes in the Temporal proposal
|
4 years ago |
Linus Groh
|
6c8f0fbb35
LibJS: Use more specific return types for some Temporal AOs
|
4 years ago |
Linus Groh
|
b180e154aa
LibJS: Add thousands separators to nanoseconds multiplier value
|
4 years ago |
Linus Groh
|
3a39ff8f40
LibJS: Implement Temporal.now.instant()
|
4 years ago |