Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
vor 2 Jahren |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
vor 2 Jahren |
Luke Wilde
|
f09d2ae395
LibJS: Add missing assignment to offset_string in ZDT conversion
|
vor 2 Jahren |
Linus Groh
|
b41e7b7e86
LibJS: Replace to_deprecated_string() with to_string() in Temporal
|
vor 2 Jahren |
Linus Groh
|
6c8c650a55
LibJS: Port temporal_zoned_date_time_to_string() to String
|
vor 2 Jahren |
Linus Groh
|
95becb22ef
LibJS: Port format_iso_time_zone_offset_string() to String
|
vor 2 Jahren |
Linus Groh
|
5a2dfc52f8
LibJS: Port create_temporal_time_zone() to String
|
vor 2 Jahren |
Linus Groh
|
b6e13f451f
LibJS: Port temporal_date_time_to_string() to String
|
vor 2 Jahren |
Linus Groh
|
0f5f9acc9c
LibJS: Port canonicalize_time_zone_name() to String
|
vor 2 Jahren |
Linus Groh
|
4a7d6670d8
LibJS: Port calendar / time zone members of Temporal* structs to String
|
vor 2 Jahren |
Linus Groh
|
8f7c2f8292
LibJS: Port get_difference_settings() to String
|
vor 2 Jahren |
Linus Groh
|
227379a1da
LibJS: Port prepare_temporal_fields() and calendar_fields() to String
|
vor 2 Jahren |
Linus Groh
|
90a1de564c
LibJS: Make parse_temporal_*_string() take a StringView
|
vor 2 Jahren |
Linus Groh
|
654911444e
LibJS: Port merge_largest_unit_option() to String
|
vor 2 Jahren |
Linus Groh
|
a387b22599
LibJS: Port to_temporal_offset() to String
|
vor 2 Jahren |
BodilessSleeper
|
c5daa6d997
LibJS: Remove redundant ToString from ToTemporalZonedDateTime
|
vor 2 Jahren |
BodilessSleeper
|
219db02b2f
LibJS: Assert TemporalDateTimeToString if showCalendar is "never"
|
vor 2 Jahren |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
vor 2 Jahren |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
vor 2 Jahren |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
vor 2 Jahren |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
vor 2 Jahren |
Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
vor 2 Jahren |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
vor 2 Jahren |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
vor 2 Jahren |
Luke Wilde
|
b26b18a0bc
LibJS: Add timeZoneName: "critical" option to ZonedDateTime.toString()
|
vor 2 Jahren |
Moustafa Raafat
|
939374a037
LibJS: Use the UnsignedBigInteger compare_to_double algorithm
|
vor 2 Jahren |
Moustafa Raafat
|
54b8a2b094
LibCrypto: Add a way to compare UnsignedBigInteger with double
|
vor 2 Jahren |
Moustafa Raafat
|
5edd4bd512
LibJS: Require NanosecondsToDays remainder less than dayLength
|
vor 2 Jahren |
Moustafa Raafat
|
b1c8029c2b
LibJS: Require that NanosecondsToDays doesn't flip sign
|
vor 2 Jahren |
Linus Groh
|
57162ad510
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
|
vor 2 Jahren |