BodilessSleeper
|
4e6beaabcb
LibJS: Update comments in Temporal/Calendar.cpp
|
2 gadi atpakaļ |
BodilessSleeper
|
84db0c8dbf
LibJS: Remove call to ToPositiveInteger after CalendarDaysInMonth
|
2 gadi atpakaļ |
Luke Wilde
|
fa1416987a
LibJS: Add yearOfWeek calendar methods and properties
|
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
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 gadi atpakaļ |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 gadi atpakaļ |
Linus Groh
|
b0e7d59b8b
LibJS: Throw on conversion from TimeZone to Calendar and vice versa
|
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ļ |
Yedaya Katsman
|
dcad8494d6
LibJS: Accept calendar names case-insensitively
|
2 gadi atpakaļ |
Moustafa Raafat
|
8f964604f0
LibJS: Refactor CalendarFields for better linearity
|
2 gadi atpakaļ |
Moustafa Raafat
|
092b33c96e
LibJS: Remove trivial operations ISO{Year,Month,Day}
|
2 gadi atpakaļ |
Moustafa Raafat
|
48cc557dfa
LibJS: Merge ISOMonthCode and BuildISOMonthCode
|
2 gadi atpakaļ |
Moustafa Raafat
|
b69ceae10c
LibJS: Improve alias names in ResolveISOMonth
|
2 gadi atpakaļ |
Moustafa Raafat
|
d758566996
LibJS: Simplify ResolveISOMonth
|
2 gadi atpakaļ |
Linus Groh
|
3d4ce3cc6d
LibJS: Add missing validation to remaining Calendar operations
|
2 gadi atpakaļ |
Linus Groh
|
b6f101f1c0
LibJS: Fix TemporalCalendarString ambiguity
|
2 gadi atpakaļ |
Luke Wilde
|
8c3512d6ce
LibJS: Fast-path ToTemporalCalendar when the argument is a Calendar
|
2 gadi atpakaļ |
Luke Wilde
|
d5d1146cc3
LibJS/Temporal: Fix inconsistency in order of observable operations
|
2 gadi atpakaļ |
Timothy Flynn
|
85994d6115
LibJS: Remove unused include from JS::Temporal::Calendar
|
2 gadi atpakaļ |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 gadi atpakaļ |
Linus Groh
|
36225c0ae7
LibJS: Allow undefined for calendar in MaybeFormatCalendarAnnotation
|
2 gadi atpakaļ |
Linus Groh
|
741cc08221
LibJS: Use fully spec'd algorithm for ToISOWeekOfYear
|
2 gadi atpakaļ |
Luke Wilde
|
54bb6bf2c0
LibJS: Avoid calling ToString on calendar when calendarName is "never"
|
3 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ļ |