ladybird/Userland/Libraries/LibJS/Runtime/Temporal
Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable
This will make it easier to support both string types at the same time
while we convert code, and tracking down remaining uses.

One big exception is Value::to_string() in LibJS, where the name is
dictated by the ToString AO.
2022-12-06 08:54:33 +01:00
..
AbstractOperations.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
AbstractOperations.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Calendar.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Calendar.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CalendarConstructor.cpp
CalendarConstructor.h
CalendarPrototype.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
CalendarPrototype.h
Duration.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Duration.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DurationConstructor.cpp LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral 2022-11-20 11:56:56 +00:00
DurationConstructor.h
DurationPrototype.cpp
DurationPrototype.h
Instant.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Instant.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
InstantConstructor.cpp
InstantConstructor.h
InstantPrototype.cpp LibJS: Remove extra property check from Instant#toZonedDateTimeISO 2022-10-16 13:40:21 +02:00
InstantPrototype.h
ISO8601.cpp LibJS: Align ISO 8601 grammar with annotations from IXDTF 2022-11-03 19:15:50 +00:00
ISO8601.h LibJS: Align ISO 8601 grammar with annotations from IXDTF 2022-11-03 19:15:50 +00:00
Now.cpp LibJS: Remove Temporal::DefaultTimeZone 2022-10-15 18:05:02 +02:00
Now.h
PlainDate.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainDate.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainDateConstructor.cpp
PlainDateConstructor.h
PlainDatePrototype.cpp LibJS: Rename ToShowCalendarOption to ToCalendarNameOption 2022-11-04 21:00:25 +00:00
PlainDatePrototype.h
PlainDateTime.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainDateTime.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainDateTimeConstructor.cpp
PlainDateTimeConstructor.h
PlainDateTimePrototype.cpp LibJS: Rename ToShowCalendarOption to ToCalendarNameOption 2022-11-04 21:00:25 +00:00
PlainDateTimePrototype.h
PlainMonthDay.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainMonthDay.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainMonthDayConstructor.cpp
PlainMonthDayConstructor.h
PlainMonthDayPrototype.cpp LibJS: Rename ToShowCalendarOption to ToCalendarNameOption 2022-11-04 21:00:25 +00:00
PlainMonthDayPrototype.h
PlainTime.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainTime.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainTimeConstructor.cpp
PlainTimeConstructor.h
PlainTimePrototype.cpp
PlainTimePrototype.h
PlainYearMonth.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainYearMonth.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlainYearMonthConstructor.cpp
PlainYearMonthConstructor.h
PlainYearMonthPrototype.cpp LibJS: Rename ToShowCalendarOption to ToCalendarNameOption 2022-11-04 21:00:25 +00:00
PlainYearMonthPrototype.h
Temporal.cpp LibJS: Use Object's new deferred instrinsic storage for GlobalObject 2022-11-26 09:36:22 +01:00
Temporal.h
TimeZone.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
TimeZone.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TimeZoneConstructor.cpp LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName 2022-10-17 12:56:05 +02:00
TimeZoneConstructor.h
TimeZonePrototype.cpp LibJS: Align Temporal.{Calendar,TimeZone} id getters with toString 2022-12-02 02:04:13 +01:00
TimeZonePrototype.h
ZonedDateTime.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ZonedDateTime.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ZonedDateTimeConstructor.cpp
ZonedDateTimeConstructor.h
ZonedDateTimePrototype.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ZonedDateTimePrototype.h