Shannon Booth
|
bb8dad5bb0
LibJS: Begin using CalendarMethodsRecord for AOs
|
1 gadu atpakaļ |
Shannon Booth
|
6d4eda0028
LibJS: Make CreateTemporalDuration return a NonnullGCPtr
|
1 gadu atpakaļ |
Shannon Booth
|
9f7e27564c
LibJS: Catch up DifferenceTemporalPlainYearMonth somewhat to the spec
|
1 gadu atpakaļ |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 gadu atpakaļ |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 gadi atpakaļ |
Linus Groh
|
ae98eddc9f
LibJS: Port temporal_year_month_to_string() to String
|
2 gadi atpakaļ |
Linus Groh
|
453d3063f5
LibJS: Port pad_iso_year() to String
|
2 gadi atpakaļ |
Linus Groh
|
bcca5efd5a
LibJS: Port format_calendar_annotation() to String
|
2 gadi atpakaļ |
Linus Groh
|
8f7c2f8292
LibJS: Port get_difference_settings() to String
|
2 gadi atpakaļ |
Linus Groh
|
90a1de564c
LibJS: Make parse_temporal_*_string() take a StringView
|
2 gadi atpakaļ |
Linus Groh
|
654911444e
LibJS: Port merge_largest_unit_option() to String
|
2 gadi atpakaļ |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 gadi atpakaļ |
BodilessSleeper
|
c65df44eee
LibJS: Fix spec link and spec comment in PlainYearMonth
|
2 gadi atpakaļ |
BodilessSleeper
|
84db0c8dbf
LibJS: Remove call to ToPositiveInteger after CalendarDaysInMonth
|
2 gadi atpakaļ |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
2 gadi atpakaļ |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 gadi atpakaļ |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 gadi atpakaļ |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 gadi atpakaļ |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 gadi atpakaļ |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 gadi atpakaļ |
Luke Wilde
|
4a167cfbec
LibJS: Add calendarName: "critical" option to toString() methods
|
2 gadi atpakaļ |
Moustafa Raafat
|
69d5368b2a
LibJS: Remove trivial operation IsValidISOMonth
|
2 gadi atpakaļ |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 gadi atpakaļ |
davidot
|
791855deab
LibCrypto+LibJS: Remove the create_from methods from BigInteger
|
2 gadi atpakaļ |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 gadi atpakaļ |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 gadi atpakaļ |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 gadi atpakaļ |
Linus Groh
|
694f66b5ca
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
|
2 gadi atpakaļ |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 gadi atpakaļ |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 gadi atpakaļ |