Shannon Booth
|
6d4eda0028
LibJS: Make CreateTemporalDuration return a NonnullGCPtr
|
1 年間 前 |
Shannon Booth
|
0ed352e44e
LibJS: Update DifferenceInstant and its callers to latest spec
|
1 年間 前 |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 年間 前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年間 前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年 前 |
Linus Groh
|
95becb22ef
LibJS: Port format_iso_time_zone_offset_string() to String
|
2 年 前 |
Linus Groh
|
5a2dfc52f8
LibJS: Port create_temporal_time_zone() to String
|
2 年 前 |
Linus Groh
|
b6e13f451f
LibJS: Port temporal_date_time_to_string() to String
|
2 年 前 |
Linus Groh
|
d2c10f6bea
LibJS: Port temporal_instant_to_string() to String
|
2 年 前 |
Linus Groh
|
28ee331a93
LibJS: Make parse_temporal_instant() take a StringView
|
2 年 前 |
BodilessSleeper
|
219db02b2f
LibJS: Assert TemporalDateTimeToString if showCalendar is "never"
|
2 年 前 |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 年 前 |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 年 前 |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 年 前 |
Linus Groh
|
5db38d7ba1
LibJS: Replace standalone js_bigint() with BigInt::create()
|
2 年 前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 年 前 |
Timothy Flynn
|
443ffab9dc
LibJS: Use infallible ParseTimeZoneOffsetString
|
2 年 前 |
Timothy Flynn
|
1a84dbcb07
LibJS: Replace GetEpochFromISOParts with GetUTCEpochNanoseconds
|
2 年 前 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 年 前 |
davidot
|
791855deab
LibCrypto+LibJS: Remove the create_from methods from BigInteger
|
2 年 前 |
Linus Groh
|
36225c0ae7
LibJS: Allow undefined for calendar in MaybeFormatCalendarAnnotation
|
2 年 前 |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 年 前 |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 年 前 |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 年 前 |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 年 前 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 年 前 |
Linus Groh
|
ee0d5d6649
LibJS: Refactor common option reading into the GetDifferenceSettings AO
|
3 年 前 |
Linus Groh
|
34f02bed17
LibJS: Remove check for Instant range before subtracting UTC offset
|
3 年 前 |