Linus Groh
|
d2c10f6bea
LibJS: Port temporal_instant_to_string() to String
|
2 years ago |
Linus Groh
|
28ee331a93
LibJS: Make parse_temporal_instant() take a StringView
|
2 years ago |
BodilessSleeper
|
219db02b2f
LibJS: Assert TemporalDateTimeToString if showCalendar is "never"
|
2 years ago |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 years ago |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 years ago |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 years ago |
Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 years ago |
Timothy Flynn
|
443ffab9dc
LibJS: Use infallible ParseTimeZoneOffsetString
|
2 years ago |
Timothy Flynn
|
1a84dbcb07
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
|
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
|
36225c0ae7
LibJS: Allow undefined for calendar in MaybeFormatCalendarAnnotation
|
2 years ago |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 years ago |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
Linus Groh
|
ee0d5d6649
LibJS: Refactor common option reading into the GetDifferenceSettings AO
|
3 years ago |
Linus Groh
|
34f02bed17
LibJS: Remove check for Instant range before subtracting UTC offset
|
3 years ago |
Linus Groh
|
b2965cf204
LibJS: Fix Instant rounding modes
|
3 years ago |
Linus Groh
|
287dd03e2e
LibJS: Use nsMinInstant / nsMaxInstant constants in ParseTemporalInstant
|
3 years ago |
Linus Groh
|
4c77575ec5
LibJS: Simplify Temporal unit AOs
|
3 years ago |
Linus Groh
|
b9beb2b120
LibJS: Remove unnecessary ToLimitedTemporalDuration AO
|
3 years ago |
Linus Groh
|
237f537b5c
LibJS: Align DifferenceTemporalInstant with similar AOs
|
3 years ago |
Linus Groh
|
ae1fdf299d
LibJS: Use the rounding abstract operations from Intl.NumberFormat V3
|
3 years ago |
Linus Groh
|
80048c694a
LibJS: Use '2 × nsMaxInstant' in a couple of assertion comments
|
3 years ago |
Linus Groh
|
cc8f5151d7
LibJS: Refactor Temporal since/until to common AOs
|
3 years ago |
Linus Groh
|
c6f7214a60
LibJS: Replace magic nanosecond numbers with constants
|
3 years ago |