Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 years ago |
Timothy Flynn
|
d992cba014
LibJS: Remove Temporal::DefaultTimeZone
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
davidot
|
791855deab
LibCrypto+LibJS: Remove the create_from methods from BigInteger
|
2 years ago |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
2 years ago |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 years ago |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 years ago |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 years ago |
Linus Groh
|
c6f7214a60
LibJS: Replace magic nanosecond numbers with constants
|
3 years ago |
Linus Groh
|
27793bf76c
LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS
|
3 years ago |
Linus Groh
|
f0523aa098
LibJS: Use MUST() instead of TRY() for two infallible Temporal AOs
|
3 years ago |
Linus Groh
|
83e8dfae38
LibJS: Use AK::Time in system_utc_epoch_nanoseconds()
|
3 years ago |
Linus Groh
|
e087cd574e
LibJS: Rename variables to 'calendarLike' in a couple of places
|
3 years ago |
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
|
4 years ago |
Linus Groh
|
16c38788c3
LibJS: Add missing spec links
|
4 years ago |
Linus Groh
|
a06bd451d4
LibJS: Implement Temporal.Now.zonedDateTimeISO()
|
4 years ago |
Linus Groh
|
36c79c2989
LibJS: Implement Temporal.Now.zonedDateTime()
|
4 years ago |
Linus Groh
|
e511390423
LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()
|
4 years ago |
Linus Groh
|
4e4d8d6905
LibJS: Reflect infallibility editorial changes in the Temporal spec
|
4 years ago |