Linus Groh
|
5a2dfc52f8
LibJS: Port create_temporal_time_zone() to String
|
2 anos atrás |
Linus Groh
|
b6e13f451f
LibJS: Port temporal_date_time_to_string() to String
|
2 anos atrás |
Linus Groh
|
0f5f9acc9c
LibJS: Port canonicalize_time_zone_name() to String
|
2 anos atrás |
Linus Groh
|
4a7d6670d8
LibJS: Port calendar / time zone members of Temporal* structs to String
|
2 anos atrás |
Linus Groh
|
8f7c2f8292
LibJS: Port get_difference_settings() to String
|
2 anos atrás |
Linus Groh
|
227379a1da
LibJS: Port prepare_temporal_fields() and calendar_fields() to String
|
2 anos atrás |
Linus Groh
|
90a1de564c
LibJS: Make parse_temporal_*_string() take a StringView
|
2 anos atrás |
Linus Groh
|
654911444e
LibJS: Port merge_largest_unit_option() to String
|
2 anos atrás |
Linus Groh
|
a387b22599
LibJS: Port to_temporal_offset() to String
|
2 anos atrás |
BodilessSleeper
|
c5daa6d997
LibJS: Remove redundant ToString from ToTemporalZonedDateTime
|
2 anos atrás |
BodilessSleeper
|
219db02b2f
LibJS: Assert TemporalDateTimeToString if showCalendar is "never"
|
2 anos atrás |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 anos atrás |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 anos atrás |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 anos atrás |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 anos atrás |
Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 anos atrás |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anos atrás |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 anos atrás |
Luke Wilde
|
b26b18a0bc
LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()
|
2 anos atrás |
Moustafa Raafat
|
939374a037
LibJS: Use the UnsignedBigInteger compare_to_double algorithm
|
2 anos atrás |
Moustafa Raafat
|
54b8a2b094
LibCrypto: Add a way to compare UnsignedBigInteger with double
|
2 anos atrás |
Moustafa Raafat
|
5edd4bd512
LibJS: Require NanosecondsToDays remainder less than dayLength
|
2 anos atrás |
Moustafa Raafat
|
b1c8029c2b
LibJS: Require that NanosecondsToDays doesn't flip sign
|
2 anos atrás |
Linus Groh
|
57162ad510
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
|
2 anos atrás |
Timothy Flynn
|
443ffab9dc
LibJS: Use infallible ParseTimeZoneOffsetString
|
2 anos atrás |
Timothy Flynn
|
1a84dbcb07
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
|
2 anos atrás |
Timothy Flynn
|
4fbec2e8b3
LibJS: Replace RoundTowardsZero with truncate
|
2 anos atrás |
snooze6214
|
1fde3737f4
LibJS: Move time zone annotation parsing into ParseISODateTime
|
2 anos atrás |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 anos atrás |
davidot
|
6989f304bc
LibJS: Remove now unnecessary i32 casts when constructing BigIntegers
|
2 anos atrás |