Linus Groh
|
5a2dfc52f8
LibJS: Port create_temporal_time_zone() to String
|
2 years ago |
Linus Groh
|
0f5f9acc9c
LibJS: Port canonicalize_time_zone_name() to String
|
2 years ago |
Linus Groh
|
4a7d6670d8
LibJS: Port calendar / time zone members of Temporal* structs to String
|
2 years ago |
Linus Groh
|
90a1de564c
LibJS: Make parse_temporal_*_string() take a StringView
|
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
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Linus Groh
|
b0e7d59b8b
LibJS: Throw on conversion from TimeZone to Calendar and vice versa
|
2 years ago |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 years ago |
Linus Groh
|
57162ad510
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
|
2 years ago |
Linus Groh
|
72997c6b77
LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZones
|
2 years ago |
Linus Groh
|
484c66125d
LibJS: Rename Get{IANA => Named}TimeZonePreviousTransition
|
2 years ago |
Linus Groh
|
8cc260107d
LibJS: Rename Get{IANA => Named}TimeZoneNextTransition
|
2 years ago |
Luke Wilde
|
f7bb79d6d1
LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZone
|
2 years ago |
Timothy Flynn
|
443ffab9dc
LibJS: Use infallible ParseTimeZoneOffsetString
|
2 years ago |
Timothy Flynn
|
d992cba014
LibJS: Remove Temporal::DefaultTimeZone
|
2 years ago |
Timothy Flynn
|
735e1c4e20
LibJS: Replace GetIANATimeZoneOffset[Ns] with GetNamedTimeZoneOffset[Ns]
|
2 years ago |
Timothy Flynn
|
053cc90dbe
LibJS: Replace GetIANATimeZoneEpochValue with GetNamedTimeZoneEpoch[Ns]
|
2 years ago |
Timothy Flynn
|
1a84dbcb07
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
|
2 years ago |
davidot
|
1b0ca52c54
LibJS: Disallow one day long time zone offsets
|
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
|
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
|
ccdfa2320c
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/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 |