AbstractOperations.cpp 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742
  1. /*
  2. * Copyright (c) 2021-2022, Idan Horowitz <idan.horowitz@serenityos.org>
  3. * Copyright (c) 2021-2023, Linus Groh <linusg@serenityos.org>
  4. * Copyright (c) 2021, Luke Wilde <lukew@serenityos.org>
  5. * Copyright (c) 2024, Tim Flynn <trflynn89@ladybird.org>
  6. *
  7. * SPDX-License-Identifier: BSD-2-Clause
  8. */
  9. #include <LibCrypto/BigFraction/BigFraction.h>
  10. #include <LibJS/Runtime/AbstractOperations.h>
  11. #include <LibJS/Runtime/Date.h>
  12. #include <LibJS/Runtime/PropertyKey.h>
  13. #include <LibJS/Runtime/Temporal/AbstractOperations.h>
  14. #include <LibJS/Runtime/Temporal/Calendar.h>
  15. #include <LibJS/Runtime/Temporal/Duration.h>
  16. #include <LibJS/Runtime/Temporal/Instant.h>
  17. #include <LibJS/Runtime/Temporal/PlainDate.h>
  18. #include <LibJS/Runtime/Temporal/PlainDateTime.h>
  19. #include <LibJS/Runtime/Temporal/PlainMonthDay.h>
  20. #include <LibJS/Runtime/Temporal/PlainTime.h>
  21. #include <LibJS/Runtime/Temporal/PlainYearMonth.h>
  22. #include <LibJS/Runtime/Temporal/TimeZone.h>
  23. namespace JS::Temporal {
  24. // https://tc39.es/proposal-temporal/#table-temporal-units
  25. struct TemporalUnit {
  26. Unit value;
  27. StringView singular_property_name;
  28. StringView plural_property_name;
  29. UnitCategory category;
  30. RoundingIncrement maximum_duration_rounding_increment;
  31. };
  32. static auto temporal_units = to_array<TemporalUnit>({
  33. { Unit::Year, "year"sv, "years"sv, UnitCategory::Date, Unset {} },
  34. { Unit::Month, "month"sv, "months"sv, UnitCategory::Date, Unset {} },
  35. { Unit::Week, "week"sv, "weeks"sv, UnitCategory::Date, Unset {} },
  36. { Unit::Day, "day"sv, "days"sv, UnitCategory::Date, Unset {} },
  37. { Unit::Hour, "hour"sv, "hours"sv, UnitCategory::Time, 24 },
  38. { Unit::Minute, "minute"sv, "minutes"sv, UnitCategory::Time, 60 },
  39. { Unit::Second, "second"sv, "seconds"sv, UnitCategory::Time, 60 },
  40. { Unit::Millisecond, "millisecond"sv, "milliseconds"sv, UnitCategory::Time, 1000 },
  41. { Unit::Microsecond, "microsecond"sv, "microseconds"sv, UnitCategory::Time, 1000 },
  42. { Unit::Nanosecond, "nanosecond"sv, "nanoseconds"sv, UnitCategory::Time, 1000 },
  43. });
  44. StringView temporal_unit_to_string(Unit unit)
  45. {
  46. return temporal_units[to_underlying(unit)].singular_property_name;
  47. }
  48. // 13.1 ISODateToEpochDays ( year, month, date ), https://tc39.es/proposal-temporal/#sec-isodatetoepochdays
  49. double iso_date_to_epoch_days(double year, double month, double date)
  50. {
  51. // 1. Let resolvedYear be year + floor(month / 12).
  52. // 2. Let resolvedMonth be month modulo 12.
  53. // 3. Find a time t such that EpochTimeToEpochYear(t) = resolvedYear, EpochTimeToMonthInYear(t) = resolvedMonth, and EpochTimeToDate(t) = 1.
  54. // 4. Return EpochTimeToDayNumber(t) + date - 1.
  55. // EDITOR'S NOTE: This operation corresponds to ECMA-262 operation MakeDay(year, month, date). It calculates the
  56. // result in mathematical values instead of Number values. These two operations would be unified when
  57. // https://github.com/tc39/ecma262/issues/1087 is fixed.
  58. // Since we don't have a real MV type to work with, let's defer to MakeDay.
  59. return JS::make_day(year, month, date);
  60. }
  61. // 13.2 EpochDaysToEpochMs ( day, time ), https://tc39.es/proposal-temporal/#sec-epochdaystoepochms
  62. double epoch_days_to_epoch_ms(double day, double time)
  63. {
  64. // 1. Return day × ℝ(msPerDay) + time.
  65. return day * JS::ms_per_day + time;
  66. }
  67. // 13.4 CheckISODaysRange ( isoDate ), https://tc39.es/proposal-temporal/#sec-checkisodaysrange
  68. ThrowCompletionOr<void> check_iso_days_range(VM& vm, ISODate const& iso_date)
  69. {
  70. // 1. If abs(ISODateToEpochDays(isoDate.[[Year]], isoDate.[[Month]] - 1, isoDate.[[Day]])) > 10**8, then
  71. if (fabs(iso_date_to_epoch_days(iso_date.year, iso_date.month - 1, iso_date.day)) > 100'000'000) {
  72. // a. Throw a RangeError exception.
  73. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidISODate);
  74. }
  75. // 2. Return unused.
  76. return {};
  77. }
  78. // 13.6 GetTemporalOverflowOption ( options ), https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption
  79. ThrowCompletionOr<Overflow> get_temporal_overflow_option(VM& vm, Object const& options)
  80. {
  81. // 1. Let stringValue be ? GetOption(options, "overflow", STRING, « "constrain", "reject" », "constrain").
  82. auto string_value = TRY(get_option(vm, options, vm.names.overflow, OptionType::String, { "constrain"sv, "reject"sv }, "constrain"sv));
  83. // 2. If stringValue is "constrain", return CONSTRAIN.
  84. if (string_value.as_string().utf8_string() == "constrain"sv)
  85. return Overflow::Constrain;
  86. // 3. Return REJECT.
  87. return Overflow::Reject;
  88. }
  89. // 13.8 NegateRoundingMode ( roundingMode ), https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode
  90. RoundingMode negate_rounding_mode(RoundingMode rounding_mode)
  91. {
  92. // 1. If roundingMode is CEIL, return FLOOR.
  93. if (rounding_mode == RoundingMode::Ceil)
  94. return RoundingMode::Floor;
  95. // 2. If roundingMode is FLOOR, return CEIL.
  96. if (rounding_mode == RoundingMode::Floor)
  97. return RoundingMode::Ceil;
  98. // 3. If roundingMode is HALF-CEIL, return HALF-FLOOR.
  99. if (rounding_mode == RoundingMode::HalfCeil)
  100. return RoundingMode::HalfFloor;
  101. // 4. If roundingMode is HALF-FLOOR, return HALF-CEIL.
  102. if (rounding_mode == RoundingMode::HalfFloor)
  103. return RoundingMode::HalfCeil;
  104. // 5. Return roundingMode.
  105. return rounding_mode;
  106. }
  107. // 13.10 GetTemporalShowCalendarNameOption ( options ), https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption
  108. ThrowCompletionOr<ShowCalendar> get_temporal_show_calendar_name_option(VM& vm, Object const& options)
  109. {
  110. // 1. Let stringValue be ? GetOption(options, "calendarName", STRING, « "auto", "always", "never", "critical" », "auto").
  111. auto string_value = TRY(get_option(vm, options, vm.names.calendarName, OptionType::String, { "auto"sv, "always"sv, "never"sv, "critical"sv }, "auto"sv));
  112. // 2. If stringValue is "always", return ALWAYS.
  113. if (string_value.as_string().utf8_string_view() == "always"sv)
  114. return ShowCalendar::Always;
  115. // 3. If stringValue is "never", return NEVER.
  116. if (string_value.as_string().utf8_string_view() == "never"sv)
  117. return ShowCalendar::Never;
  118. // 4. If stringValue is "critical", return CRITICAL.
  119. if (string_value.as_string().utf8_string_view() == "critical"sv)
  120. return ShowCalendar::Critical;
  121. // 5. Return AUTO.
  122. return ShowCalendar::Auto;
  123. }
  124. // 13.14 ValidateTemporalRoundingIncrement ( increment, dividend, inclusive ), https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement
  125. ThrowCompletionOr<void> validate_temporal_rounding_increment(VM& vm, u64 increment, u64 dividend, bool inclusive)
  126. {
  127. u64 maximum = 0;
  128. // 1. If inclusive is true, then
  129. if (inclusive) {
  130. // a. Let maximum be dividend.
  131. maximum = dividend;
  132. }
  133. // 2. Else,
  134. else {
  135. // a. Assert: dividend > 1.
  136. VERIFY(dividend > 1);
  137. // b. Let maximum be dividend - 1.
  138. maximum = dividend - 1;
  139. }
  140. // 3. If increment > maximum, throw a RangeError exception.
  141. if (increment > maximum)
  142. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, increment, "roundingIncrement");
  143. // 5. If dividend modulo increment ≠ 0, then
  144. if (modulo(dividend, increment) != 0) {
  145. // a. Throw a RangeError exception.
  146. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, increment, "roundingIncrement");
  147. }
  148. // 6. Return UNUSED.
  149. return {};
  150. }
  151. // 13.15 GetTemporalFractionalSecondDigitsOption ( options ), https://tc39.es/proposal-temporal/#sec-temporal-gettemporalfractionalseconddigitsoption
  152. ThrowCompletionOr<Precision> get_temporal_fractional_second_digits_option(VM& vm, Object const& options)
  153. {
  154. // 1. Let digitsValue be ? Get(options, "fractionalSecondDigits").
  155. auto digits_value = TRY(options.get(vm.names.fractionalSecondDigits));
  156. // 2. If digitsValue is undefined, return AUTO.
  157. if (digits_value.is_undefined())
  158. return Precision { Auto {} };
  159. // 3. If digitsValue is not a Number, then
  160. if (!digits_value.is_number()) {
  161. // a. If ? ToString(digitsValue) is not "auto", throw a RangeError exception.
  162. auto digits_value_string = TRY(digits_value.to_string(vm));
  163. if (digits_value_string != "auto"sv)
  164. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, digits_value, vm.names.fractionalSecondDigits);
  165. // b. Return AUTO.
  166. return Precision { Auto {} };
  167. }
  168. // 4. If digitsValue is NaN, +∞𝔽, or -∞𝔽, throw a RangeError exception.
  169. if (digits_value.is_nan() || digits_value.is_infinity())
  170. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, digits_value, vm.names.fractionalSecondDigits);
  171. // 5. Let digitCount be floor(ℝ(digitsValue)).
  172. auto digit_count = floor(digits_value.as_double());
  173. // 6. If digitCount < 0 or digitCount > 9, throw a RangeError exception.
  174. if (digit_count < 0 || digit_count > 9)
  175. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, digits_value, vm.names.fractionalSecondDigits);
  176. // 7. Return digitCount.
  177. return Precision { static_cast<u8>(digit_count) };
  178. }
  179. // 13.16 ToSecondsStringPrecisionRecord ( smallestUnit, fractionalDigitCount ), https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord
  180. SecondsStringPrecision to_seconds_string_precision_record(UnitValue smallest_unit, Precision fractional_digit_count)
  181. {
  182. if (auto const* unit = smallest_unit.get_pointer<Unit>()) {
  183. // 1. If smallestUnit is MINUTE, then
  184. if (*unit == Unit::Minute) {
  185. // a. Return the Record { [[Precision]]: MINUTE, [[Unit]]: MINUTE, [[Increment]]: 1 }.
  186. return { .precision = SecondsStringPrecision::Minute {}, .unit = Unit::Minute, .increment = 1 };
  187. }
  188. // 2. If smallestUnit is SECOND, then
  189. if (*unit == Unit::Second) {
  190. // a. Return the Record { [[Precision]]: 0, [[Unit]]: SECOND, [[Increment]]: 1 }.
  191. return { .precision = 0, .unit = Unit::Second, .increment = 1 };
  192. }
  193. // 3. If smallestUnit is MILLISECOND, then
  194. if (*unit == Unit::Millisecond) {
  195. // a. Return the Record { [[Precision]]: 3, [[Unit]]: MILLISECOND, [[Increment]]: 1 }.
  196. return { .precision = 3, .unit = Unit::Millisecond, .increment = 1 };
  197. }
  198. // 4. If smallestUnit is MICROSECOND, then
  199. if (*unit == Unit::Microsecond) {
  200. // a. Return the Record { [[Precision]]: 6, [[Unit]]: MICROSECOND, [[Increment]]: 1 }.
  201. return { .precision = 6, .unit = Unit::Microsecond, .increment = 1 };
  202. }
  203. // 5. If smallestUnit is NANOSECOND, then
  204. if (*unit == Unit::Nanosecond) {
  205. // a. Return the Record { [[Precision]]: 9, [[Unit]]: NANOSECOND, [[Increment]]: 1 }.
  206. return { .precision = 9, .unit = Unit::Nanosecond, .increment = 1 };
  207. }
  208. }
  209. // 6. Assert: smallestUnit is UNSET.
  210. VERIFY(smallest_unit.has<Unset>());
  211. // 7. If fractionalDigitCount is auto, then
  212. if (fractional_digit_count.has<Auto>()) {
  213. // a. Return the Record { [[Precision]]: AUTO, [[Unit]]: NANOSECOND, [[Increment]]: 1 }.
  214. return { .precision = Auto {}, .unit = Unit::Nanosecond, .increment = 1 };
  215. }
  216. auto fractional_digits = fractional_digit_count.get<u8>();
  217. // 8. If fractionalDigitCount = 0, then
  218. if (fractional_digits == 0) {
  219. // a. Return the Record { [[Precision]]: 0, [[Unit]]: SECOND, [[Increment]]: 1 }.
  220. return { .precision = 0, .unit = Unit::Second, .increment = 1 };
  221. }
  222. // 9. If fractionalDigitCount is in the inclusive interval from 1 to 3, then
  223. if (fractional_digits >= 1 && fractional_digits <= 3) {
  224. // a. Return the Record { [[Precision]]: fractionalDigitCount, [[Unit]]: MILLISECOND, [[Increment]]: 10**(3 - fractionalDigitCount) }.
  225. return { .precision = fractional_digits, .unit = Unit::Millisecond, .increment = static_cast<u8>(pow(10, 3 - fractional_digits)) };
  226. }
  227. // 10. If fractionalDigitCount is in the inclusive interval from 4 to 6, then
  228. if (fractional_digits >= 4 && fractional_digits <= 6) {
  229. // a. Return the Record { [[Precision]]: fractionalDigitCount, [[Unit]]: MICROSECOND, [[Increment]]: 10**(6 - fractionalDigitCount) }.
  230. return { .precision = fractional_digits, .unit = Unit::Microsecond, .increment = static_cast<u8>(pow(10, 6 - fractional_digits)) };
  231. }
  232. // 11. Assert: fractionalDigitCount is in the inclusive interval from 7 to 9.
  233. VERIFY(fractional_digits >= 7 && fractional_digits <= 9);
  234. // 12. Return the Record { [[Precision]]: fractionalDigitCount, [[Unit]]: NANOSECOND, [[Increment]]: 10**(9 - fractionalDigitCount) }.
  235. return { .precision = fractional_digits, .unit = Unit::Nanosecond, .increment = static_cast<u8>(pow(10, 9 - fractional_digits)) };
  236. }
  237. // 13.17 GetTemporalUnitValuedOption ( options, key, unitGroup, default [ , extraValues ] ), https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunitvaluedoption
  238. ThrowCompletionOr<UnitValue> get_temporal_unit_valued_option(VM& vm, Object const& options, PropertyKey const& key, UnitGroup unit_group, UnitDefault const& default_, ReadonlySpan<UnitValue> extra_values)
  239. {
  240. // 1. Let allowedValues be a new empty List.
  241. Vector<UnitValue> allowed_values;
  242. // 2. For each row of Table 21, except the header row, in table order, do
  243. for (auto const& row : temporal_units) {
  244. // a. Let unit be the value in the "Value" column of the row.
  245. auto unit = row.value;
  246. // b. If the "Category" column of the row is DATE and unitGroup is DATE or DATETIME, append unit to allowedValues.
  247. if (row.category == UnitCategory::Date && (unit_group == UnitGroup::Date || unit_group == UnitGroup::DateTime))
  248. allowed_values.append(unit);
  249. // c. Else if the "Category" column of the row is TIME and unitGroup is TIME or DATETIME, append unit to allowedValues.
  250. if (row.category == UnitCategory::Time && (unit_group == UnitGroup::Time || unit_group == UnitGroup::DateTime))
  251. allowed_values.append(unit);
  252. }
  253. // 3. If extraValues is present, then
  254. if (!extra_values.is_empty()) {
  255. // a. Set allowedValues to the list-concatenation of allowedValues and extraValues.
  256. for (auto value : extra_values)
  257. allowed_values.append(value);
  258. }
  259. OptionDefault default_value;
  260. // 4. If default is UNSET, then
  261. if (default_.has<Unset>()) {
  262. // a. Let defaultValue be undefined.
  263. default_value = {};
  264. }
  265. // 5. Else if default is REQUIRED, then
  266. else if (default_.has<Required>()) {
  267. // a. Let defaultValue be REQUIRED.
  268. default_value = Required {};
  269. }
  270. // 6. Else if default is AUTO, then
  271. else if (default_.has<Auto>()) {
  272. // a. Append default to allowedValues.
  273. allowed_values.append(Auto {});
  274. // b. Let defaultValue be "auto".
  275. default_value = "auto"sv;
  276. }
  277. // 7. Else,
  278. else {
  279. auto unit = default_.get<Unit>();
  280. // a. Assert: allowedValues contains default.
  281. // b. Let defaultValue be the value in the "Singular property name" column of Table 21 corresponding to the row
  282. // with default in the "Value" column.
  283. default_value = temporal_units[to_underlying(unit)].singular_property_name;
  284. }
  285. // 8. Let allowedStrings be a new empty List.
  286. Vector<StringView> allowed_strings;
  287. // 9. For each element value of allowedValues, do
  288. for (auto value : allowed_values) {
  289. // a. If value is auto, then
  290. if (value.has<Auto>()) {
  291. // i. Append "auto" to allowedStrings.
  292. allowed_strings.append("auto"sv);
  293. }
  294. // b. Else,
  295. else {
  296. auto unit = value.get<Unit>();
  297. // i. Let singularName be the value in the "Singular property name" column of Table 21 corresponding to the
  298. // row with value in the "Value" column.
  299. auto singular_name = temporal_units[to_underlying(unit)].singular_property_name;
  300. // ii. Append singularName to allowedStrings.
  301. allowed_strings.append(singular_name);
  302. // iii. Let pluralName be the value in the "Plural property name" column of the corresponding row.
  303. auto plural_name = temporal_units[to_underlying(unit)].plural_property_name;
  304. // iv. Append pluralName to allowedStrings.
  305. allowed_strings.append(plural_name);
  306. }
  307. }
  308. // 10. NOTE: For each singular Temporal unit name that is contained within allowedStrings, the corresponding plural
  309. // name is also contained within it.
  310. // 11. Let value be ? GetOption(options, key, STRING, allowedStrings, defaultValue).
  311. auto value = TRY(get_option(vm, options, key, OptionType::String, allowed_strings, default_value));
  312. // 12. If value is undefined, return UNSET.
  313. if (value.is_undefined())
  314. return UnitValue { Unset {} };
  315. auto value_string = value.as_string().utf8_string_view();
  316. // 13. If value is "auto", return AUTO.
  317. if (value_string == "auto"sv)
  318. return UnitValue { Auto {} };
  319. // 14. Return the value in the "Value" column of Table 21 corresponding to the row with value in its "Singular
  320. // property name" or "Plural property name" column.
  321. for (auto const& row : temporal_units) {
  322. if (value_string.is_one_of(row.singular_property_name, row.plural_property_name))
  323. return UnitValue { row.value };
  324. }
  325. VERIFY_NOT_REACHED();
  326. }
  327. // 13.18 GetTemporalRelativeToOption ( options ), https://tc39.es/proposal-temporal/#sec-temporal-gettemporalrelativetooption
  328. ThrowCompletionOr<RelativeTo> get_temporal_relative_to_option(VM& vm, Object const& options)
  329. {
  330. // 1. Let value be ? Get(options, "relativeTo").
  331. auto value = TRY(options.get(vm.names.relativeTo));
  332. // 2. If value is undefined, return the Record { [[PlainRelativeTo]]: undefined, [[ZonedRelativeTo]]: undefined }.
  333. if (value.is_undefined())
  334. return RelativeTo { .plain_relative_to = {}, .zoned_relative_to = {} };
  335. // FIXME: 3. Let offsetBehaviour be OPTION.
  336. // FIXME: 4. Let matchBehaviour be MATCH-EXACTLY.
  337. String calendar;
  338. Optional<String> time_zone;
  339. Optional<String> offset_string;
  340. ISODate iso_date;
  341. Variant<ParsedISODateTime::StartOfDay, Time> time { Time {} };
  342. // 5. If value is an Object, then
  343. if (value.is_object()) {
  344. auto& object = value.as_object();
  345. // FIXME: a. If value has an [[InitializedTemporalZonedDateTime]] internal slot, then
  346. // FIXME: i. Return the Record { [[PlainRelativeTo]]: undefined, [[ZonedRelativeTo]]: value }.
  347. // b. If value has an [[InitializedTemporalDate]] internal slot, then
  348. if (is<PlainDate>(object)) {
  349. // i. Return the Record { [[PlainRelativeTo]]: value, [[ZonedRelativeTo]]: undefined }.
  350. return RelativeTo { .plain_relative_to = static_cast<PlainDate&>(object), .zoned_relative_to = {} };
  351. }
  352. // FIXME: c. If value has an [[InitializedTemporalDateTime]] internal slot, then
  353. // FIXME: i. Let plainDate be ! CreateTemporalDate(value.[[ISODateTime]].[[ISODate]], value.[[Calendar]]).
  354. // FIXME: ii. Return the Record { [[PlainRelativeTo]]: plainDate, [[ZonedRelativeTo]]: undefined }.
  355. // FIXME: d. Let calendar be ? GetTemporalCalendarIdentifierWithISODefault(value).
  356. calendar = TRY(get_temporal_calendar_identifier_with_iso_default(vm, object));
  357. // e. Let fields be ? PrepareCalendarFields(calendar, value, « YEAR, MONTH, MONTH-CODE, DAY », « HOUR, MINUTE, SECOND, MILLISECOND, MICROSECOND, NANOSECOND, OFFSET, TIME-ZONE », «»).
  358. static constexpr auto calendar_field_names = to_array({ CalendarField::Year, CalendarField::Month, CalendarField::MonthCode, CalendarField::Day });
  359. static constexpr auto non_calendar_field_names = to_array({ CalendarField::Hour, CalendarField::Minute, CalendarField::Second, CalendarField::Millisecond, CalendarField::Microsecond, CalendarField::Nanosecond, CalendarField::Offset, CalendarField::TimeZone });
  360. auto fields = TRY(prepare_calendar_fields(vm, calendar, object, calendar_field_names, non_calendar_field_names, CalendarFieldList {}));
  361. // f. Let result be ? InterpretTemporalDateTimeFields(calendar, fields, CONSTRAIN).
  362. auto result = TRY(interpret_temporal_date_time_fields(vm, calendar, fields, Overflow::Constrain));
  363. // g. Let timeZone be fields.[[TimeZone]].
  364. time_zone = move(fields.time_zone);
  365. // h. Let offsetString be fields.[[Offset]].
  366. offset_string = move(fields.offset);
  367. // i. If offsetString is UNSET, then
  368. if (!offset_string.has_value()) {
  369. // FIXME: i. Set offsetBehaviour to WALL.
  370. }
  371. // j. Let isoDate be result.[[ISODate]].
  372. iso_date = result.iso_date;
  373. // k. Let time be result.[[Time]].
  374. time = result.time;
  375. }
  376. // 6. Else,
  377. else {
  378. // a. If value is not a String, throw a TypeError exception.
  379. if (!value.is_string())
  380. return vm.throw_completion<TypeError>(ErrorType::NotAString, vm.names.relativeTo);
  381. // b. Let result be ? ParseISODateTime(value, « TemporalDateTimeString[+Zoned], TemporalDateTimeString[~Zoned] »).
  382. auto result = TRY(parse_iso_date_time(vm, value.as_string().utf8_string_view(), { { Production::TemporalZonedDateTimeString, Production::TemporalDateTimeString } }));
  383. // c. Let offsetString be result.[[TimeZone]].[[OffsetString]].
  384. offset_string = move(result.time_zone.offset_string);
  385. // d. Let annotation be result.[[TimeZone]].[[TimeZoneAnnotation]].
  386. auto annotation = move(result.time_zone.time_zone_annotation);
  387. // e. If annotation is EMPTY, then
  388. if (!annotation.has_value()) {
  389. // i. Let timeZone be UNSET.
  390. time_zone = {};
  391. }
  392. // f. Else,
  393. else {
  394. // i. Let timeZone be ? ToTemporalTimeZoneIdentifier(annotation).
  395. time_zone = TRY(to_temporal_time_zone_identifier(vm, *annotation));
  396. // ii. If result.[[TimeZone]].[[Z]] is true, then
  397. if (result.time_zone.z_designator) {
  398. // FIXME: 1. Set offsetBehaviour to EXACT.
  399. }
  400. // iii. Else if offsetString is EMPTY, then
  401. else if (!offset_string.has_value()) {
  402. // FIXME: 1. Set offsetBehaviour to WALL.
  403. }
  404. // FIXME: iv. Set matchBehaviour to MATCH-MINUTES.
  405. }
  406. // g. Let calendar be result.[[Calendar]].
  407. // h. If calendar is EMPTY, set calendar to "iso8601".
  408. calendar = result.calendar.value_or("iso8601"_string);
  409. // i. Set calendar to ? CanonicalizeCalendar(calendar).
  410. calendar = TRY(canonicalize_calendar(vm, calendar));
  411. // j. Let isoDate be CreateISODateRecord(result.[[Year]], result.[[Month]], result.[[Day]]).
  412. iso_date = create_iso_date_record(*result.year, result.month, result.day);
  413. // k. Let time be result.[[Time]].
  414. time = result.time;
  415. }
  416. // 7. If timeZone is UNSET, then
  417. if (!time_zone.has_value()) {
  418. // a. Let plainDate be ? CreateTemporalDate(isoDate, calendar).
  419. auto plain_date = TRY(create_temporal_date(vm, iso_date, move(calendar)));
  420. // b. Return the Record { [[PlainRelativeTo]]: plainDate, [[ZonedRelativeTo]]: undefined }.
  421. return RelativeTo { .plain_relative_to = plain_date, .zoned_relative_to = {} };
  422. }
  423. // FIXME: 8. If offsetBehaviour is OPTION, then
  424. // FIXME: a. Let offsetNs be ! ParseDateTimeUTCOffset(offsetString).
  425. // FIXME: 9. Else,
  426. // FIXME: a. Let offsetNs be 0.
  427. // FIXME: 10. Let epochNanoseconds be ? InterpretISODateTimeOffset(isoDate, time, offsetBehaviour, offsetNs, timeZone, compatible, reject, matchBehaviour).
  428. // FIXME: 11. Let zonedRelativeTo be ! CreateTemporalZonedDateTime(epochNanoseconds, timeZone, calendar).
  429. // FIXME: 12. Return the Record { [[PlainRelativeTo]]: undefined, [[ZonedRelativeTo]]: zonedRelativeTo }.
  430. return RelativeTo { .plain_relative_to = {}, .zoned_relative_to = {} };
  431. }
  432. // 13.19 LargerOfTwoTemporalUnits ( u1, u2 ), https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits
  433. Unit larger_of_two_temporal_units(Unit unit1, Unit unit2)
  434. {
  435. // 1. For each row of Table 21, except the header row, in table order, do
  436. for (auto const& row : temporal_units) {
  437. // a. Let unit be the value in the "Value" column of the row.
  438. auto unit = row.value;
  439. // b. If u1 is unit, return unit.
  440. if (unit1 == unit)
  441. return unit;
  442. // c. If u2 is unit, return unit.
  443. if (unit2 == unit)
  444. return unit;
  445. }
  446. VERIFY_NOT_REACHED();
  447. }
  448. // 13.20 IsCalendarUnit ( unit ), https://tc39.es/proposal-temporal/#sec-temporal-iscalendarunit
  449. bool is_calendar_unit(Unit unit)
  450. {
  451. // 1. If unit is year, return true.
  452. if (unit == Unit::Year)
  453. return true;
  454. // 2. If unit is month, return true.
  455. if (unit == Unit::Month)
  456. return true;
  457. // 3. If unit is week, return true.
  458. if (unit == Unit::Week)
  459. return true;
  460. // 4. Return false.
  461. return false;
  462. }
  463. // 13.21 TemporalUnitCategory ( unit ), https://tc39.es/proposal-temporal/#sec-temporal-temporalunitcategory
  464. UnitCategory temporal_unit_category(Unit unit)
  465. {
  466. // 1. Return the value from the "Category" column of the row of Table 21 in which unit is in the "Value" column.
  467. return temporal_units[to_underlying(unit)].category;
  468. }
  469. // 13.22 MaximumTemporalDurationRoundingIncrement ( unit ), https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement
  470. RoundingIncrement maximum_temporal_duration_rounding_increment(Unit unit)
  471. {
  472. // 1. Return the value from the "Maximum duration rounding increment" column of the row of Table 21 in which unit is
  473. // in the "Value" column.
  474. return temporal_units[to_underlying(unit)].maximum_duration_rounding_increment;
  475. }
  476. // AD-HOC
  477. Crypto::UnsignedBigInteger const& temporal_unit_length_in_nanoseconds(Unit unit)
  478. {
  479. switch (unit) {
  480. case Unit::Day:
  481. return NANOSECONDS_PER_DAY;
  482. case Unit::Hour:
  483. return NANOSECONDS_PER_HOUR;
  484. case Unit::Minute:
  485. return NANOSECONDS_PER_MINUTE;
  486. case Unit::Second:
  487. return NANOSECONDS_PER_SECOND;
  488. case Unit::Millisecond:
  489. return NANOSECONDS_PER_MILLISECOND;
  490. case Unit::Microsecond:
  491. return NANOSECONDS_PER_MICROSECOND;
  492. case Unit::Nanosecond:
  493. return NANOSECONDS_PER_NANOSECOND;
  494. default:
  495. VERIFY_NOT_REACHED();
  496. }
  497. }
  498. // 13.23 IsPartialTemporalObject ( value ), https://tc39.es/proposal-temporal/#sec-temporal-ispartialtemporalobject
  499. ThrowCompletionOr<bool> is_partial_temporal_object(VM& vm, Value value)
  500. {
  501. // 1. If value is not an Object, return false.
  502. if (!value.is_object())
  503. return false;
  504. auto const& object = value.as_object();
  505. // 2. If value has an [[InitializedTemporalDate]], [[InitializedTemporalDateTime]], [[InitializedTemporalMonthDay]],
  506. // [[InitializedTemporalTime]], [[InitializedTemporalYearMonth]], or [[InitializedTemporalZonedDateTime]] internal
  507. // slot, return false.
  508. // FIXME: Add the other types as we define them.
  509. if (is<PlainMonthDay>(object))
  510. return false;
  511. if (is<PlainYearMonth>(object))
  512. return false;
  513. // 3. Let calendarProperty be ? Get(value, "calendar").
  514. auto calendar_property = TRY(object.get(vm.names.calendar));
  515. // 4. If calendarProperty is not undefined, return false.
  516. if (!calendar_property.is_undefined())
  517. return false;
  518. // 5. Let timeZoneProperty be ? Get(value, "timeZone").
  519. auto time_zone_property = TRY(object.get(vm.names.timeZone));
  520. // 6. If timeZoneProperty is not undefined, return false.
  521. if (!time_zone_property.is_undefined())
  522. return false;
  523. // 7. Return true.
  524. return true;
  525. }
  526. // 13.24 FormatFractionalSeconds ( subSecondNanoseconds, precision ), https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds
  527. String format_fractional_seconds(u64 sub_second_nanoseconds, Precision precision)
  528. {
  529. String fraction_string;
  530. // 1. If precision is auto, then
  531. if (precision.has<Auto>()) {
  532. // a. If subSecondNanoseconds = 0, return the empty String.
  533. if (sub_second_nanoseconds == 0)
  534. return String {};
  535. // b. Let fractionString be ToZeroPaddedDecimalString(subSecondNanoseconds, 9).
  536. fraction_string = MUST(String::formatted("{:09}", sub_second_nanoseconds));
  537. // c. Set fractionString to the longest prefix of fractionString ending with a code unit other than 0x0030 (DIGIT ZERO).
  538. fraction_string = MUST(fraction_string.trim("0"sv, TrimMode::Right));
  539. }
  540. // 2. Else,
  541. else {
  542. // a. If precision = 0, return the empty String.
  543. if (precision.get<u8>() == 0)
  544. return String {};
  545. // b. Let fractionString be ToZeroPaddedDecimalString(subSecondNanoseconds, 9).
  546. fraction_string = MUST(String::formatted("{:09}", sub_second_nanoseconds));
  547. // c. Set fractionString to the substring of fractionString from 0 to precision.
  548. fraction_string = MUST(fraction_string.substring_from_byte_offset(0, precision.get<u8>()));
  549. }
  550. // 3. Return the string-concatenation of the code unit 0x002E (FULL STOP) and fractionString.
  551. return MUST(String::formatted(".{}", fraction_string));
  552. }
  553. // 13.25 FormatTimeString ( hour, minute, second, subSecondNanoseconds, precision [ , style ] ), https://tc39.es/proposal-temporal/#sec-temporal-formattimestring
  554. String format_time_string(u8 hour, u8 minute, u8 second, u16 sub_second_nanoseconds, SecondsStringPrecision::Precision precision, Optional<TimeStyle> style)
  555. {
  556. // 1. If style is present and style is UNSEPARATED, let separator be the empty String; otherwise, let separator be ":".
  557. auto separator = style == TimeStyle::Unseparated ? ""sv : ":"sv;
  558. // 2. Let hh be ToZeroPaddedDecimalString(hour, 2).
  559. // 3. Let mm be ToZeroPaddedDecimalString(minute, 2).
  560. // 4. If precision is minute, return the string-concatenation of hh, separator, and mm.
  561. if (precision.has<SecondsStringPrecision::Minute>())
  562. return MUST(String::formatted("{:02}{}{:02}", hour, separator, minute));
  563. // 5. Let ss be ToZeroPaddedDecimalString(second, 2).
  564. // 6. Let subSecondsPart be FormatFractionalSeconds(subSecondNanoseconds, precision).
  565. auto sub_seconds_part = format_fractional_seconds(sub_second_nanoseconds, precision.downcast<Auto, u8>());
  566. // 7. Return the string-concatenation of hh, separator, mm, separator, ss, and subSecondsPart.
  567. return MUST(String::formatted("{:02}{}{:02}{}{:02}{}", hour, separator, minute, separator, second, sub_seconds_part));
  568. }
  569. // 13.26 GetUnsignedRoundingMode ( roundingMode, sign ), https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode
  570. UnsignedRoundingMode get_unsigned_rounding_mode(RoundingMode rounding_mode, Sign sign)
  571. {
  572. // 1. Return the specification type in the "Unsigned Rounding Mode" column of Table 22 for the row where the value
  573. // in the "Rounding Mode" column is roundingMode and the value in the "Sign" column is sign.
  574. switch (rounding_mode) {
  575. case RoundingMode::Ceil:
  576. return sign == Sign::Positive ? UnsignedRoundingMode::Infinity : UnsignedRoundingMode::Zero;
  577. case RoundingMode::Floor:
  578. return sign == Sign::Positive ? UnsignedRoundingMode::Zero : UnsignedRoundingMode::Infinity;
  579. case RoundingMode::Expand:
  580. return UnsignedRoundingMode::Infinity;
  581. case RoundingMode::Trunc:
  582. return UnsignedRoundingMode::Zero;
  583. case RoundingMode::HalfCeil:
  584. return sign == Sign::Positive ? UnsignedRoundingMode::HalfInfinity : UnsignedRoundingMode::HalfZero;
  585. case RoundingMode::HalfFloor:
  586. return sign == Sign::Positive ? UnsignedRoundingMode::HalfZero : UnsignedRoundingMode::HalfInfinity;
  587. case RoundingMode::HalfExpand:
  588. return UnsignedRoundingMode::HalfInfinity;
  589. case RoundingMode::HalfTrunc:
  590. return UnsignedRoundingMode::HalfZero;
  591. case RoundingMode::HalfEven:
  592. return UnsignedRoundingMode::HalfEven;
  593. }
  594. VERIFY_NOT_REACHED();
  595. }
  596. // 13.27 ApplyUnsignedRoundingMode ( x, r1, r2, unsignedRoundingMode ), https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode
  597. double apply_unsigned_rounding_mode(double x, double r1, double r2, UnsignedRoundingMode unsigned_rounding_mode)
  598. {
  599. // 1. If x = r1, return r1.
  600. if (x == r1)
  601. return r1;
  602. // 2. Assert: r1 < x < r2.
  603. VERIFY(r1 < x && x < r2);
  604. // 3. Assert: unsignedRoundingMode is not undefined.
  605. // 4. If unsignedRoundingMode is ZERO, return r1.
  606. if (unsigned_rounding_mode == UnsignedRoundingMode::Zero)
  607. return r1;
  608. // 5. If unsignedRoundingMode is INFINITY, return r2.
  609. if (unsigned_rounding_mode == UnsignedRoundingMode::Infinity)
  610. return r2;
  611. // 6. Let d1 be x – r1.
  612. auto d1 = x - r1;
  613. // 7. Let d2 be r2 – x.
  614. auto d2 = r2 - x;
  615. // 8. If d1 < d2, return r1.
  616. if (d1 < d2)
  617. return r1;
  618. // 9. If d2 < d1, return r2.
  619. if (d2 < d1)
  620. return r2;
  621. // 10. Assert: d1 is equal to d2.
  622. VERIFY(d1 == d2);
  623. // 11. If unsignedRoundingMode is HALF-ZERO, return r1.
  624. if (unsigned_rounding_mode == UnsignedRoundingMode::HalfZero)
  625. return r1;
  626. // 12. If unsignedRoundingMode is HALF-INFINITY, return r2.
  627. if (unsigned_rounding_mode == UnsignedRoundingMode::HalfInfinity)
  628. return r2;
  629. // 13. Assert: unsignedRoundingMode is HALF-EVEN.
  630. VERIFY(unsigned_rounding_mode == UnsignedRoundingMode::HalfEven);
  631. // 14. Let cardinality be (r1 / (r2 – r1)) modulo 2.
  632. auto cardinality = modulo((r1 / (r2 - r1)), 2);
  633. // 15. If cardinality = 0, return r1.
  634. if (cardinality == 0)
  635. return r1;
  636. // 16. Return r2.
  637. return r2;
  638. }
  639. // 13.27 ApplyUnsignedRoundingMode ( x, r1, r2, unsignedRoundingMode ), https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode
  640. Crypto::SignedBigInteger apply_unsigned_rounding_mode(Crypto::SignedDivisionResult const& x, Crypto::SignedBigInteger const& r1, Crypto::SignedBigInteger const& r2, UnsignedRoundingMode unsigned_rounding_mode, Crypto::UnsignedBigInteger const& increment)
  641. {
  642. // 1. If x = r1, return r1.
  643. if (x.quotient == r1 && x.remainder.unsigned_value().is_zero())
  644. return r1;
  645. // 2. Assert: r1 < x < r2.
  646. // NOTE: Skipped for the sake of performance.
  647. // 3. Assert: unsignedRoundingMode is not undefined.
  648. // 4. If unsignedRoundingMode is ZERO, return r1.
  649. if (unsigned_rounding_mode == UnsignedRoundingMode::Zero)
  650. return r1;
  651. // 5. If unsignedRoundingMode is INFINITY, return r2.
  652. if (unsigned_rounding_mode == UnsignedRoundingMode::Infinity)
  653. return r2;
  654. // 6. Let d1 be x – r1.
  655. auto d1 = x.remainder.unsigned_value();
  656. // 7. Let d2 be r2 – x.
  657. auto d2 = increment.minus(x.remainder.unsigned_value());
  658. // 8. If d1 < d2, return r1.
  659. if (d1 < d2)
  660. return r1;
  661. // 9. If d2 < d1, return r2.
  662. if (d2 < d1)
  663. return r2;
  664. // 10. Assert: d1 is equal to d2.
  665. // NOTE: Skipped for the sake of performance.
  666. // 11. If unsignedRoundingMode is HALF-ZERO, return r1.
  667. if (unsigned_rounding_mode == UnsignedRoundingMode::HalfZero)
  668. return r1;
  669. // 12. If unsignedRoundingMode is HALF-INFINITY, return r2.
  670. if (unsigned_rounding_mode == UnsignedRoundingMode::HalfInfinity)
  671. return r2;
  672. // 13. Assert: unsignedRoundingMode is HALF-EVEN.
  673. VERIFY(unsigned_rounding_mode == UnsignedRoundingMode::HalfEven);
  674. // 14. Let cardinality be (r1 / (r2 – r1)) modulo 2.
  675. auto cardinality = modulo(r1.divided_by(r2.minus(r1)).quotient, "2"_bigint);
  676. // 15. If cardinality = 0, return r1.
  677. if (cardinality.unsigned_value().is_zero())
  678. return r1;
  679. // 16. Return r2.
  680. return r2;
  681. }
  682. // 13.28 RoundNumberToIncrement ( x, increment, roundingMode ), https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement
  683. double round_number_to_increment(double x, u64 increment, RoundingMode rounding_mode)
  684. {
  685. // 1. Let quotient be x / increment.
  686. auto quotient = x / static_cast<double>(increment);
  687. Sign is_negative;
  688. // 2. If quotient < 0, then
  689. if (quotient < 0) {
  690. // a. Let isNegative be NEGATIVE.
  691. is_negative = Sign::Negative;
  692. // b. Set quotient to -quotient.
  693. quotient = -quotient;
  694. }
  695. // 3. Else,
  696. else {
  697. // a. Let isNegative be POSITIVE.
  698. is_negative = Sign::Positive;
  699. }
  700. // 4. Let unsignedRoundingMode be GetUnsignedRoundingMode(roundingMode, isNegative).
  701. auto unsigned_rounding_mode = get_unsigned_rounding_mode(rounding_mode, is_negative);
  702. // 5. Let r1 be the largest integer such that r1 ≤ quotient.
  703. auto r1 = floor(quotient);
  704. // 6. Let r2 be the smallest integer such that r2 > quotient.
  705. auto r2 = ceil(quotient);
  706. if (quotient == r2)
  707. r2++;
  708. // 7. Let rounded be ApplyUnsignedRoundingMode(quotient, r1, r2, unsignedRoundingMode).
  709. auto rounded = apply_unsigned_rounding_mode(quotient, r1, r2, unsigned_rounding_mode);
  710. // 8. If isNegative is NEGATIVE, set rounded to -rounded.
  711. if (is_negative == Sign::Negative)
  712. rounded = -rounded;
  713. // 9. Return rounded × increment.
  714. return rounded * static_cast<double>(increment);
  715. }
  716. // 13.28 RoundNumberToIncrement ( x, increment, roundingMode ), https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement
  717. Crypto::SignedBigInteger round_number_to_increment(Crypto::SignedBigInteger const& x, Crypto::UnsignedBigInteger const& increment, RoundingMode rounding_mode)
  718. {
  719. // OPTIMIZATION: If the increment is 1 the number is always rounded.
  720. if (increment == 1)
  721. return x;
  722. // 1. Let quotient be x / increment.
  723. auto division_result = x.divided_by(increment);
  724. // OPTIMIZATION: If there's no remainder the number is already rounded.
  725. if (division_result.remainder.unsigned_value().is_zero())
  726. return x;
  727. Sign is_negative;
  728. // 2. If quotient < 0, then
  729. if (division_result.quotient.is_negative() || division_result.remainder.is_negative()) {
  730. // a. Let isNegative be NEGATIVE.
  731. is_negative = Sign::Negative;
  732. // b. Set quotient to -quotient.
  733. division_result.quotient.negate();
  734. division_result.remainder.negate();
  735. }
  736. // 3. Else,
  737. else {
  738. // a. Let isNegative be POSITIVE.
  739. is_negative = Sign::Positive;
  740. }
  741. // 4. Let unsignedRoundingMode be GetUnsignedRoundingMode(roundingMode, isNegative).
  742. auto unsigned_rounding_mode = get_unsigned_rounding_mode(rounding_mode, is_negative);
  743. // 5. Let r1 be the largest integer such that r1 ≤ quotient.
  744. auto r1 = division_result.quotient;
  745. // 6. Let r2 be the smallest integer such that r2 > quotient.
  746. auto r2 = division_result.quotient.plus(1_bigint);
  747. // 7. Let rounded be ApplyUnsignedRoundingMode(quotient, r1, r2, unsignedRoundingMode).
  748. auto rounded = apply_unsigned_rounding_mode(division_result, r1, r2, unsigned_rounding_mode, increment);
  749. // 8. If isNegative is NEGATIVE, set rounded to -rounded.
  750. if (is_negative == Sign::Negative)
  751. rounded.negate();
  752. // 9. Return rounded × increment.
  753. return rounded.multiplied_by(increment);
  754. }
  755. // 13.33 ParseISODateTime ( isoString, allowedFormats ), https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime
  756. ThrowCompletionOr<ParsedISODateTime> parse_iso_date_time(VM& vm, StringView iso_string, ReadonlySpan<Production> allowed_formats)
  757. {
  758. // 1. Let parseResult be EMPTY.
  759. Optional<ParseResult> parse_result;
  760. // 2. Let calendar be EMPTY.
  761. Optional<String> calendar;
  762. // 3. Let yearAbsent be false.
  763. auto year_absent = false;
  764. // 4. For each nonterminal goal of allowedFormats, do
  765. for (auto goal : allowed_formats) {
  766. // a. If parseResult is not a Parse Node, then
  767. if (parse_result.has_value())
  768. break;
  769. // i. Set parseResult to ParseText(StringToCodePoints(isoString), goal).
  770. parse_result = parse_iso8601(goal, iso_string);
  771. // ii. If parseResult is a Parse Node, then
  772. if (parse_result.has_value()) {
  773. // 1. Let calendarWasCritical be false.
  774. auto calendar_was_critical = false;
  775. // 2. For each Annotation Parse Node annotation contained within parseResult, do
  776. for (auto const& annotation : parse_result->annotations) {
  777. // a. Let key be the source text matched by the AnnotationKey Parse Node contained within annotation.
  778. auto const& key = annotation.key;
  779. // b. Let value be the source text matched by the AnnotationValue Parse Node contained within annotation.
  780. auto const& value = annotation.value;
  781. // c. If CodePointsToString(key) is "u-ca", then
  782. if (key == "u-ca"sv) {
  783. // i. If calendar is EMPTY, then
  784. if (!calendar.has_value()) {
  785. // i. Set calendar to CodePointsToString(value).
  786. calendar = String::from_utf8_without_validation(value.bytes());
  787. // ii. If annotation contains an AnnotationCriticalFlag Parse Node, set calendarWasCritical to true.
  788. if (annotation.critical)
  789. calendar_was_critical = true;
  790. }
  791. // ii. Else,
  792. else {
  793. // i. If annotation contains an AnnotationCriticalFlag Parse Node, or calendarWasCritical is true,
  794. // throw a RangeError exception.
  795. if (annotation.critical || calendar_was_critical)
  796. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidCriticalAnnotation, key, value);
  797. }
  798. }
  799. // d. Else,
  800. else {
  801. // i. If annotation contains an AnnotationCriticalFlag Parse Node, throw a RangeError exception.
  802. if (annotation.critical)
  803. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidCriticalAnnotation, key, value);
  804. }
  805. }
  806. // 3. If goal is TemporalMonthDayString or TemporalYearMonthString, calendar is not EMPTY, and the
  807. // ASCII-lowercase of calendar is not "iso8601", throw a RangeError exception.
  808. if (goal == Production::TemporalMonthDayString || goal == Production::TemporalYearMonthString) {
  809. if (calendar.has_value() && !calendar->equals_ignoring_ascii_case("iso8601"sv))
  810. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidCalendarIdentifier, *calendar);
  811. }
  812. // 4. If goal is TemporalMonthDayString and parseResult does not contain a DateYear Parse Node, then
  813. if (goal == Production::TemporalMonthDayString && !parse_result->date_year.has_value()) {
  814. // a. Assert: goal is the last element of allowedFormats.
  815. VERIFY(goal == allowed_formats.last());
  816. // b. Set yearAbsent to true.
  817. year_absent = true;
  818. }
  819. }
  820. }
  821. // 5. If parseResult is not a Parse Node, throw a RangeError exception.
  822. if (!parse_result.has_value())
  823. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidISODateTime);
  824. // 6. NOTE: Applications of StringToNumber below do not lose precision, since each of the parsed values is guaranteed
  825. // to be a sufficiently short string of decimal digits.
  826. // 7. Let each of year, month, day, hour, minute, second, and fSeconds be the source text matched by the respective
  827. // DateYear, DateMonth, DateDay, the first Hour, the first MinuteSecond, TimeSecond, and the first
  828. // TemporalDecimalFraction Parse Node contained within parseResult, or an empty sequence of code points if not present.
  829. auto year = parse_result->date_year.value_or({});
  830. auto month = parse_result->date_month.value_or({});
  831. auto day = parse_result->date_day.value_or({});
  832. auto hour = parse_result->time_hour.value_or({});
  833. auto minute = parse_result->time_minute.value_or({});
  834. auto second = parse_result->time_second.value_or({});
  835. auto fractional_seconds = parse_result->time_fraction.value_or({});
  836. // 8. Let yearMV be ℝ(StringToNumber(CodePointsToString(year))).
  837. auto year_value = string_to_number(year);
  838. // 9. If month is empty, then
  839. // a. Let monthMV be 1.
  840. // 10. Else,
  841. // a. Let monthMV be ℝ(StringToNumber(CodePointsToString(month))).
  842. auto month_value = month.is_empty() ? 1 : string_to_number(month);
  843. // 11. If day is empty, then
  844. // a. Let dayMV be 1.
  845. // 12. Else,
  846. // a. Let dayMV be ℝ(StringToNumber(CodePointsToString(day))).
  847. auto day_value = day.is_empty() ? 1 : string_to_number(day);
  848. // 13. If hour is empty, then
  849. // a. Let hourMV be 0.
  850. // 14. Else,
  851. // a. Let hourMV be ℝ(StringToNumber(CodePointsToString(hour))).
  852. auto hour_value = hour.is_empty() ? 0 : string_to_number(hour);
  853. // 15. If minute is empty, then
  854. // a. Let minuteMV be 0.
  855. // 16. Else,
  856. // a. Let minuteMV be ℝ(StringToNumber(CodePointsToString(minute))).
  857. auto minute_value = minute.is_empty() ? 0 : string_to_number(minute);
  858. // 17. If second is empty, then
  859. // a. Let secondMV be 0.
  860. // 18. Else,
  861. // a. Let secondMV be ℝ(StringToNumber(CodePointsToString(second))).
  862. // b. If secondMV = 60, then
  863. // i. Set secondMV to 59.
  864. auto second_value = second.is_empty() ? 0 : min(string_to_number(second), 59.0);
  865. double millisecond_value = 0;
  866. double microsecond_value = 0;
  867. double nanosecond_value = 0;
  868. // 19. If fSeconds is not empty, then
  869. if (!fractional_seconds.is_empty()) {
  870. // a. Let fSecondsDigits be the substring of CodePointsToString(fSeconds) from 1.
  871. auto fractional_seconds_digits = fractional_seconds.substring_view(1);
  872. // b. Let fSecondsDigitsExtended be the string-concatenation of fSecondsDigits and "000000000".
  873. auto fractional_seconds_extended = MUST(String::formatted("{}000000000", fractional_seconds_digits));
  874. // c. Let millisecond be the substring of fSecondsDigitsExtended from 0 to 3.
  875. auto millisecond = fractional_seconds_extended.bytes_as_string_view().substring_view(0, 3);
  876. // d. Let microsecond be the substring of fSecondsDigitsExtended from 3 to 6.
  877. auto microsecond = fractional_seconds_extended.bytes_as_string_view().substring_view(3, 3);
  878. // e. Let nanosecond be the substring of fSecondsDigitsExtended from 6 to 9.
  879. auto nanosecond = fractional_seconds_extended.bytes_as_string_view().substring_view(6, 3);
  880. // f. Let millisecondMV be ℝ(StringToNumber(millisecond)).
  881. millisecond_value = string_to_number(millisecond);
  882. // g. Let microsecondMV be ℝ(StringToNumber(microsecond)).
  883. microsecond_value = string_to_number(microsecond);
  884. // h. Let nanosecondMV be ℝ(StringToNumber(nanosecond)).
  885. nanosecond_value = string_to_number(nanosecond);
  886. }
  887. // 20. Else,
  888. else {
  889. // a. Let millisecondMV be 0.
  890. // b. Let microsecondMV be 0.
  891. // c. Let nanosecondMV be 0.
  892. }
  893. // 21. Assert: IsValidISODate(yearMV, monthMV, dayMV) is true.
  894. VERIFY(is_valid_iso_date(year_value, month_value, day_value));
  895. Variant<ParsedISODateTime::StartOfDay, Time> time { ParsedISODateTime::StartOfDay {} };
  896. // 22. If hour is empty, then
  897. if (hour.is_empty()) {
  898. // a. Let time be START-OF-DAY.
  899. }
  900. // 23. Else,
  901. else {
  902. // a. Let time be CreateTimeRecord(hourMV, minuteMV, secondMV, millisecondMV, microsecondMV, nanosecondMV).
  903. time = create_time_record(hour_value, minute_value, second_value, millisecond_value, microsecond_value, nanosecond_value);
  904. }
  905. // 24. Let timeZoneResult be ISO String Time Zone Parse Record { [[Z]]: false, [[OffsetString]]: EMPTY, [[TimeZoneAnnotation]]: EMPTY }.
  906. ParsedISOTimeZone time_zone_result;
  907. // 25. If parseResult contains a TimeZoneIdentifier Parse Node, then
  908. if (parse_result->time_zone_identifier.has_value()) {
  909. // a. Let identifier be the source text matched by the TimeZoneIdentifier Parse Node contained within parseResult.
  910. // b. Set timeZoneResult.[[TimeZoneAnnotation]] to CodePointsToString(identifier).
  911. time_zone_result.time_zone_annotation = String::from_utf8_without_validation(parse_result->time_zone_identifier->bytes());
  912. }
  913. // 26. If parseResult contains a UTCDesignator Parse Node, then
  914. if (parse_result->utc_designator.has_value()) {
  915. // a. Set timeZoneResult.[[Z]] to true.
  916. time_zone_result.z_designator = true;
  917. }
  918. // 27. Else if parseResult contains a UTCOffset[+SubMinutePrecision] Parse Node, then
  919. else if (parse_result->date_time_offset.has_value()) {
  920. // a. Let offset be the source text matched by the UTCOffset[+SubMinutePrecision] Parse Node contained within parseResult.
  921. // b. Set timeZoneResult.[[OffsetString]] to CodePointsToString(offset).
  922. time_zone_result.offset_string = String::from_utf8_without_validation(parse_result->date_time_offset->source_text.bytes());
  923. }
  924. // 28. If yearAbsent is true, let yearReturn be EMPTY; else let yearReturn be yearMV.
  925. Optional<i32> year_return;
  926. if (!year_absent)
  927. year_return = static_cast<i32>(year_value);
  928. // 29. Return ISO Date-Time Parse Record { [[Year]]: yearReturn, [[Month]]: monthMV, [[Day]]: dayMV, [[Time]]: time, [[TimeZone]]: timeZoneResult, [[Calendar]]: calendar }.
  929. return ParsedISODateTime { .year = year_return, .month = static_cast<u8>(month_value), .day = static_cast<u8>(day_value), .time = move(time), .time_zone = move(time_zone_result), .calendar = move(calendar) };
  930. }
  931. // 13.34 ParseTemporalCalendarString ( string ), https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring
  932. ThrowCompletionOr<String> parse_temporal_calendar_string(VM& vm, String const& string)
  933. {
  934. // 1. Let parseResult be Completion(ParseISODateTime(string, « TemporalDateTimeString[+Zoned], TemporalDateTimeString[~Zoned],
  935. // TemporalInstantString, TemporalTimeString, TemporalMonthDayString, TemporalYearMonthString »)).
  936. static constexpr auto productions = to_array<Production>({
  937. Production::TemporalZonedDateTimeString,
  938. Production::TemporalDateTimeString,
  939. Production::TemporalInstantString,
  940. Production::TemporalTimeString,
  941. Production::TemporalMonthDayString,
  942. Production::TemporalYearMonthString,
  943. });
  944. auto parse_result = parse_iso_date_time(vm, string, productions);
  945. // 2. If parseResult is a normal completion, then
  946. if (!parse_result.is_error()) {
  947. // a. Let calendar be parseResult.[[Value]].[[Calendar]].
  948. auto calendar = parse_result.value().calendar;
  949. // b. If calendar is empty, return "iso8601".
  950. // c. Else, return calendar.
  951. return calendar.value_or("iso8601"_string);
  952. }
  953. // 3. Else,
  954. else {
  955. // a. Set parseResult to ParseText(StringToCodePoints(string), AnnotationValue).
  956. auto annotation_parse_result = parse_iso8601(Production::AnnotationValue, string);
  957. // b. If parseResult is a List of errors, throw a RangeError exception.
  958. if (!annotation_parse_result.has_value())
  959. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidCalendarString, string);
  960. // c. Else, return string.
  961. return string;
  962. }
  963. }
  964. // 13.35 ParseTemporalDurationString ( isoString ), https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring
  965. ThrowCompletionOr<GC::Ref<Duration>> parse_temporal_duration_string(VM& vm, StringView iso_string)
  966. {
  967. // 1. Let duration be ParseText(StringToCodePoints(isoString), TemporalDurationString).
  968. auto parse_result = parse_iso8601(Production::TemporalDurationString, iso_string);
  969. // 2. If duration is a List of errors, throw a RangeError exception.
  970. if (!parse_result.has_value())
  971. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidDurationString, iso_string);
  972. // 3. Let sign be the source text matched by the ASCIISign Parse Node contained within duration, or an empty sequence
  973. // of code points if not present.
  974. auto sign = parse_result->sign;
  975. // 4. If duration contains a DurationYearsPart Parse Node, then
  976. // a. Let yearsNode be that DurationYearsPart Parse Node contained within duration.
  977. // b. Let years be the source text matched by the DecimalDigits Parse Node contained within yearsNode.
  978. // 5. Else,
  979. // a. Let years be an empty sequence of code points.
  980. auto years = parse_result->duration_years.value_or({});
  981. // 6. If duration contains a DurationMonthsPart Parse Node, then
  982. // a. Let monthsNode be the DurationMonthsPart Parse Node contained within duration.
  983. // b. Let months be the source text matched by the DecimalDigits Parse Node contained within monthsNode.
  984. // 7. Else,
  985. // a. Let months be an empty sequence of code points.
  986. auto months = parse_result->duration_months.value_or({});
  987. // 8. If duration contains a DurationWeeksPart Parse Node, then
  988. // a. Let weeksNode be the DurationWeeksPart Parse Node contained within duration.
  989. // b. Let weeks be the source text matched by the DecimalDigits Parse Node contained within weeksNode.
  990. // 9. Else,
  991. // a. Let weeks be an empty sequence of code points.
  992. auto weeks = parse_result->duration_weeks.value_or({});
  993. // 10. If duration contains a DurationDaysPart Parse Node, then
  994. // a. Let daysNode be the DurationDaysPart Parse Node contained within duration.
  995. // b. Let days be the source text matched by the DecimalDigits Parse Node contained within daysNode.
  996. // 11. Else,
  997. // a. Let days be an empty sequence of code points.
  998. auto days = parse_result->duration_days.value_or({});
  999. // 12. If duration contains a DurationHoursPart Parse Node, then
  1000. // a. Let hoursNode be the DurationHoursPart Parse Node contained within duration.
  1001. // b. Let hours be the source text matched by the DecimalDigits Parse Node contained within hoursNode.
  1002. // c. Let fHours be the source text matched by the TemporalDecimalFraction Parse Node contained within
  1003. // hoursNode, or an empty sequence of code points if not present.
  1004. // 13. Else,
  1005. // a. Let hours be an empty sequence of code points.
  1006. // b. Let fHours be an empty sequence of code points.
  1007. auto hours = parse_result->duration_hours.value_or({});
  1008. auto fractional_hours = parse_result->duration_hours_fraction.value_or({});
  1009. // 14. If duration contains a DurationMinutesPart Parse Node, then
  1010. // a. Let minutesNode be the DurationMinutesPart Parse Node contained within duration.
  1011. // b. Let minutes be the source text matched by the DecimalDigits Parse Node contained within minutesNode.
  1012. // c. Let fMinutes be the source text matched by the TemporalDecimalFraction Parse Node contained within
  1013. // minutesNode, or an empty sequence of code points if not present.
  1014. // 15. Else,
  1015. // a. Let minutes be an empty sequence of code points.
  1016. // b. Let fMinutes be an empty sequence of code points.
  1017. auto minutes = parse_result->duration_minutes.value_or({});
  1018. auto fractional_minutes = parse_result->duration_minutes_fraction.value_or({});
  1019. // 16. If duration contains a DurationSecondsPart Parse Node, then
  1020. // a. Let secondsNode be the DurationSecondsPart Parse Node contained within duration.
  1021. // b. Let seconds be the source text matched by the DecimalDigits Parse Node contained within secondsNode.
  1022. // c. Let fSeconds be the source text matched by the TemporalDecimalFraction Parse Node contained within
  1023. // secondsNode, or an empty sequence of code points if not present.
  1024. // 17. Else,
  1025. // a. Let seconds be an empty sequence of code points.
  1026. // b. Let fSeconds be an empty sequence of code points.
  1027. auto seconds = parse_result->duration_seconds.value_or({});
  1028. auto fractional_seconds = parse_result->duration_seconds_fraction.value_or({});
  1029. // 18. Let yearsMV be ? ToIntegerWithTruncation(CodePointsToString(years)).
  1030. auto years_value = TRY(to_integer_with_truncation(vm, years, ErrorType::TemporalInvalidDurationString, iso_string));
  1031. // 19. Let monthsMV be ? ToIntegerWithTruncation(CodePointsToString(months)).
  1032. auto months_value = TRY(to_integer_with_truncation(vm, months, ErrorType::TemporalInvalidDurationString, iso_string));
  1033. // 20. Let weeksMV be ? ToIntegerWithTruncation(CodePointsToString(weeks)).
  1034. auto weeks_value = TRY(to_integer_with_truncation(vm, weeks, ErrorType::TemporalInvalidDurationString, iso_string));
  1035. // 21. Let daysMV be ? ToIntegerWithTruncation(CodePointsToString(days)).
  1036. auto days_value = TRY(to_integer_with_truncation(vm, days, ErrorType::TemporalInvalidDurationString, iso_string));
  1037. // 22. Let hoursMV be ? ToIntegerWithTruncation(CodePointsToString(hours)).
  1038. auto hours_value = TRY(to_integer_with_truncation(vm, hours, ErrorType::TemporalInvalidDurationString, iso_string));
  1039. Crypto::BigFraction minutes_value;
  1040. Crypto::BigFraction seconds_value;
  1041. Crypto::BigFraction milliseconds_value;
  1042. auto remainder_one = [](Crypto::BigFraction const& value) {
  1043. // FIXME: We should add a generic remainder() method to BigFraction, or a method equivalent to modf(). But for
  1044. // now, since we know we are only dividing by powers of 10, we can implement a very situationally specific
  1045. // method to extract the fractional part of the BigFraction.
  1046. auto res = value.numerator().divided_by(value.denominator());
  1047. return Crypto::BigFraction { move(res.remainder), value.denominator() };
  1048. };
  1049. // 23. If fHours is not empty, then
  1050. if (!fractional_hours.is_empty()) {
  1051. // a. Assert: minutes, fMinutes, seconds, and fSeconds are empty.
  1052. VERIFY(minutes.is_empty());
  1053. VERIFY(fractional_minutes.is_empty());
  1054. VERIFY(seconds.is_empty());
  1055. VERIFY(fractional_seconds.is_empty());
  1056. // b. Let fHoursDigits be the substring of CodePointsToString(fHours) from 1.
  1057. auto fractional_hours_digits = fractional_hours.substring_view(1);
  1058. // c. Let fHoursScale be the length of fHoursDigits.
  1059. auto fractional_hours_scale = fractional_hours_digits.length();
  1060. // d. Let minutesMV be ? ToIntegerWithTruncation(fHoursDigits) / 10**fHoursScale × 60.
  1061. auto minutes_integer = TRY(to_integer_with_truncation(vm, fractional_hours_digits, ErrorType::TemporalInvalidDurationString, iso_string));
  1062. minutes_value = Crypto::BigFraction { minutes_integer } / Crypto::BigFraction { pow(10.0, fractional_hours_scale) } * Crypto::BigFraction { 60.0 };
  1063. }
  1064. // 24. Else,
  1065. else {
  1066. // a. Let minutesMV be ? ToIntegerWithTruncation(CodePointsToString(minutes)).
  1067. auto minutes_integer = TRY(to_integer_with_truncation(vm, minutes, ErrorType::TemporalInvalidDurationString, iso_string));
  1068. minutes_value = Crypto::BigFraction { minutes_integer };
  1069. }
  1070. // 25. If fMinutes is not empty, then
  1071. if (!fractional_minutes.is_empty()) {
  1072. // a. Assert: seconds and fSeconds are empty.
  1073. VERIFY(seconds.is_empty());
  1074. VERIFY(fractional_seconds.is_empty());
  1075. // b. Let fMinutesDigits be the substring of CodePointsToString(fMinutes) from 1.
  1076. auto fractional_minutes_digits = fractional_minutes.substring_view(1);
  1077. // c. Let fMinutesScale be the length of fMinutesDigits.
  1078. auto fractional_minutes_scale = fractional_minutes_digits.length();
  1079. // d. Let secondsMV be ? ToIntegerWithTruncation(fMinutesDigits) / 10**fMinutesScale × 60.
  1080. auto seconds_integer = TRY(to_integer_with_truncation(vm, fractional_minutes_digits, ErrorType::TemporalInvalidDurationString, iso_string));
  1081. seconds_value = Crypto::BigFraction { seconds_integer } / Crypto::BigFraction { pow(10.0, fractional_minutes_scale) } * Crypto::BigFraction { 60.0 };
  1082. }
  1083. // 26. Else if seconds is not empty, then
  1084. else if (!seconds.is_empty()) {
  1085. // a. Let secondsMV be ? ToIntegerWithTruncation(CodePointsToString(seconds)).
  1086. auto seconds_integer = TRY(to_integer_with_truncation(vm, seconds, ErrorType::TemporalInvalidDurationString, iso_string));
  1087. seconds_value = Crypto::BigFraction { seconds_integer };
  1088. }
  1089. // 27. Else,
  1090. else {
  1091. // a. Let secondsMV be remainder(minutesMV, 1) × 60.
  1092. seconds_value = remainder_one(minutes_value) * Crypto::BigFraction { 60.0 };
  1093. }
  1094. // 28. If fSeconds is not empty, then
  1095. if (!fractional_seconds.is_empty()) {
  1096. // a. Let fSecondsDigits be the substring of CodePointsToString(fSeconds) from 1.
  1097. auto fractional_seconds_digits = fractional_seconds.substring_view(1);
  1098. // b. Let fSecondsScale be the length of fSecondsDigits.
  1099. auto fractional_seconds_scale = fractional_seconds_digits.length();
  1100. // c. Let millisecondsMV be ? ToIntegerWithTruncation(fSecondsDigits) / 10**fSecondsScale × 1000.
  1101. auto milliseconds_integer = TRY(to_integer_with_truncation(vm, fractional_seconds_digits, ErrorType::TemporalInvalidDurationString, iso_string));
  1102. milliseconds_value = Crypto::BigFraction { milliseconds_integer } / Crypto::BigFraction { pow(10.0, fractional_seconds_scale) } * Crypto::BigFraction { 1000.0 };
  1103. }
  1104. // 29. Else,
  1105. else {
  1106. // a. Let millisecondsMV be remainder(secondsMV, 1) × 1000.
  1107. milliseconds_value = remainder_one(seconds_value) * Crypto::BigFraction { 1000.0 };
  1108. }
  1109. // 30. Let microsecondsMV be remainder(millisecondsMV, 1) × 1000.
  1110. auto microseconds_value = remainder_one(milliseconds_value) * Crypto::BigFraction { 1000.0 };
  1111. // 31. Let nanosecondsMV be remainder(microsecondsMV, 1) × 1000.
  1112. auto nanoseconds_value = remainder_one(microseconds_value) * Crypto::BigFraction { 1000.0 };
  1113. // 32. If sign contains the code point U+002D (HYPHEN-MINUS), then
  1114. // a. Let factor be -1.
  1115. // 33. Else,
  1116. // a. Let factor be 1.
  1117. i8 factor = sign == '-' ? -1 : 1;
  1118. // 34. Set yearsMV to yearsMV × factor.
  1119. years_value *= factor;
  1120. // 35. Set monthsMV to monthsMV × factor.
  1121. months_value *= factor;
  1122. // 36. Set weeksMV to weeksMV × factor.
  1123. weeks_value *= factor;
  1124. // 37. Set daysMV to daysMV × factor.
  1125. days_value *= factor;
  1126. // 38. Set hoursMV to hoursMV × factor.
  1127. hours_value *= factor;
  1128. // 39. Set minutesMV to floor(minutesMV) × factor.
  1129. auto factored_minutes_value = floor(minutes_value.to_double()) * factor;
  1130. // 40. Set secondsMV to floor(secondsMV) × factor.
  1131. auto factored_seconds_value = floor(seconds_value.to_double()) * factor;
  1132. // 41. Set millisecondsMV to floor(millisecondsMV) × factor.
  1133. auto factored_milliseconds_value = floor(milliseconds_value.to_double()) * factor;
  1134. // 42. Set microsecondsMV to floor(microsecondsMV) × factor.
  1135. auto factored_microseconds_value = floor(microseconds_value.to_double()) * factor;
  1136. // 43. Set nanosecondsMV to floor(nanosecondsMV) × factor.
  1137. auto factored_nanoseconds_value = floor(nanoseconds_value.to_double()) * factor;
  1138. // 44. Return ? CreateTemporalDuration(yearsMV, monthsMV, weeksMV, daysMV, hoursMV, minutesMV, secondsMV, millisecondsMV, microsecondsMV, nanosecondsMV).
  1139. return TRY(create_temporal_duration(vm, years_value, months_value, weeks_value, days_value, hours_value, factored_minutes_value, factored_seconds_value, factored_milliseconds_value, factored_microseconds_value, factored_nanoseconds_value));
  1140. }
  1141. // 13.36 ParseTemporalTimeZoneString ( timeZoneString ), https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring
  1142. ThrowCompletionOr<TimeZone> parse_temporal_time_zone_string(VM& vm, StringView time_zone_string)
  1143. {
  1144. // 1. Let parseResult be ParseText(StringToCodePoints(timeZoneString), TimeZoneIdentifier).
  1145. auto parse_result = parse_iso8601(Production::TimeZoneIdentifier, time_zone_string);
  1146. // 2. If parseResult is a Parse Node, then
  1147. if (parse_result.has_value()) {
  1148. // a. Return ! ParseTimeZoneIdentifier(timeZoneString).
  1149. return parse_time_zone_identifier(parse_result.release_value());
  1150. }
  1151. // 3. Let result be ? ParseISODateTime(timeZoneString, « TemporalDateTimeString[+Zoned], TemporalDateTimeString[~Zoned],
  1152. // TemporalInstantString, TemporalTimeString, TemporalMonthDayString, TemporalYearMonthString »).
  1153. static constexpr auto productions = to_array<Production>({
  1154. Production::TemporalZonedDateTimeString,
  1155. Production::TemporalDateTimeString,
  1156. Production::TemporalInstantString,
  1157. Production::TemporalTimeString,
  1158. Production::TemporalMonthDayString,
  1159. Production::TemporalYearMonthString,
  1160. });
  1161. auto result = TRY(parse_iso_date_time(vm, time_zone_string, productions));
  1162. // 4. Let timeZoneResult be result.[[TimeZone]].
  1163. auto time_zone_result = move(result.time_zone);
  1164. // 5. If timeZoneResult.[[TimeZoneAnnotation]] is not empty, then
  1165. if (time_zone_result.time_zone_annotation.has_value()) {
  1166. // a. Return ! ParseTimeZoneIdentifier(timeZoneResult.[[TimeZoneAnnotation]]).
  1167. return MUST(parse_time_zone_identifier(vm, *time_zone_result.time_zone_annotation));
  1168. }
  1169. // 6. If timeZoneResult.[[Z]] is true, then
  1170. if (time_zone_result.z_designator) {
  1171. // a. Return ! ParseTimeZoneIdentifier("UTC").
  1172. return MUST(parse_time_zone_identifier(vm, "UTC"sv));
  1173. }
  1174. // 7. If timeZoneResult.[[OffsetString]] is not empty, then
  1175. if (time_zone_result.offset_string.has_value()) {
  1176. // a. Return ? ParseTimeZoneIdentifier(timeZoneResult.[[OffsetString]]).
  1177. return TRY(parse_time_zone_identifier(vm, *time_zone_result.offset_string));
  1178. }
  1179. // 8. Throw a RangeError exception.
  1180. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidTimeZoneString, time_zone_string);
  1181. }
  1182. // 13.40 ToMonthCode ( argument ), https://tc39.es/proposal-temporal/#sec-temporal-tomonthcode
  1183. ThrowCompletionOr<String> to_month_code(VM& vm, Value argument)
  1184. {
  1185. // 1. Let monthCode be ? ToPrimitive(argument, STRING).
  1186. auto month_code = TRY(argument.to_primitive(vm, Value::PreferredType::String));
  1187. // 2. If monthCode is not a String, throw a TypeError exception.
  1188. if (!month_code.is_string())
  1189. return vm.throw_completion<TypeError>(ErrorType::TemporalInvalidMonthCode);
  1190. auto month_code_string = month_code.as_string().utf8_string_view();
  1191. // 3. If the length of monthCode is not 3 or 4, throw a RangeError exception.
  1192. if (month_code_string.length() != 3 && month_code_string.length() != 4)
  1193. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidMonthCode);
  1194. // 4. If the first code unit of monthCode is not 0x004D (LATIN CAPITAL LETTER M), throw a RangeError exception.
  1195. if (month_code_string[0] != 'M')
  1196. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidMonthCode);
  1197. // 5. If the second code unit of monthCode is not in the inclusive interval from 0x0030 (DIGIT ZERO) to 0x0039 (DIGIT NINE),
  1198. // throw a RangeError exception.
  1199. if (!is_ascii_digit(month_code_string[1]) || parse_ascii_digit(month_code_string[1]) > 9)
  1200. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidMonthCode);
  1201. // 6. If the third code unit of monthCode is not in the inclusive interval from 0x0030 (DIGIT ZERO) to 0x0039 (DIGIT NINE),
  1202. // throw a RangeError exception.
  1203. if (!is_ascii_digit(month_code_string[2]) || parse_ascii_digit(month_code_string[2]) > 9)
  1204. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidMonthCode);
  1205. // 7. If the length of monthCode is 4 and the fourth code unit of monthCode is not 0x004C (LATIN CAPITAL LETTER L),
  1206. // throw a RangeError exception.
  1207. if (month_code_string.length() == 4 && month_code_string[3] != 'L')
  1208. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidMonthCode);
  1209. // 8. Let monthCodeDigits be the substring of monthCode from 1 to 3.
  1210. auto month_code_digits = month_code_string.substring_view(1, 2);
  1211. // 9. Let monthCodeInteger be ℝ(StringToNumber(monthCodeDigits)).
  1212. auto month_code_integer = month_code_digits.to_number<u8>().value();
  1213. // 10. If monthCodeInteger is 0 and the length of monthCode is not 4, throw a RangeError exception.
  1214. if (month_code_integer == 0 && month_code_string.length() != 4)
  1215. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidMonthCode);
  1216. // 11. Return monthCode.
  1217. return month_code.as_string().utf8_string();
  1218. }
  1219. // 13.41 ToOffsetString ( argument ), https://tc39.es/proposal-temporal/#sec-temporal-tooffsetstring
  1220. ThrowCompletionOr<String> to_offset_string(VM& vm, Value argument)
  1221. {
  1222. // 1. Let offset be ? ToPrimitive(argument, STRING).
  1223. auto offset = TRY(argument.to_primitive(vm, Value::PreferredType::String));
  1224. // 2. If offset is not a String, throw a TypeError exception.
  1225. if (!offset.is_string())
  1226. return vm.throw_completion<TypeError>(ErrorType::TemporalInvalidTimeZoneString, offset);
  1227. // 3. Perform ? ParseDateTimeUTCOffset(offset).
  1228. TRY(parse_date_time_utc_offset(vm, offset.as_string().utf8_string_view()));
  1229. // 4. Return offset.
  1230. return offset.as_string().utf8_string();
  1231. }
  1232. // 13.42 ISODateToFields ( calendar, isoDate, type ), https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields
  1233. CalendarFields iso_date_to_fields(StringView calendar, ISODate const& iso_date, DateType type)
  1234. {
  1235. // 1. Let fields be an empty Calendar Fields Record with all fields set to unset.
  1236. auto fields = CalendarFields::unset();
  1237. // 2. Let calendarDate be CalendarISOToDate(calendar, isoDate).
  1238. auto calendar_date = calendar_iso_to_date(calendar, iso_date);
  1239. // 3. Set fields.[[MonthCode]] to calendarDate.[[MonthCode]].
  1240. fields.month_code = calendar_date.month_code;
  1241. // 4. If type is MONTH-DAY or DATE, then
  1242. if (type == DateType::MonthDay || type == DateType::Date) {
  1243. // a. Set fields.[[Day]] to calendarDate.[[Day]].
  1244. fields.day = calendar_date.day;
  1245. }
  1246. // 5. If type is YEAR-MONTH or DATE, then
  1247. if (type == DateType::YearMonth || type == DateType::Date) {
  1248. // a. Set fields.[[Year]] to calendarDate.[[Year]].
  1249. fields.year = calendar_date.year;
  1250. }
  1251. // 6. Return fields.
  1252. return fields;
  1253. }
  1254. // 13.43 GetDifferenceSettings ( operation, options, unitGroup, disallowedUnits, fallbackSmallestUnit, smallestLargestDefaultUnit ), https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings
  1255. ThrowCompletionOr<DifferenceSettings> get_difference_settings(VM& vm, DurationOperation operation, Object const& options, UnitGroup unit_group, ReadonlySpan<Unit> disallowed_units, Unit fallback_smallest_unit, Unit smallest_largest_default_unit)
  1256. {
  1257. // 1. NOTE: The following steps read options and perform independent validation in alphabetical order.
  1258. // 2. Let largestUnit be ? GetTemporalUnitValuedOption(options, "largestUnit", unitGroup, AUTO).
  1259. auto largest_unit = TRY(get_temporal_unit_valued_option(vm, options, vm.names.largestUnit, unit_group, Auto {}));
  1260. // 3. If disallowedUnits contains largestUnit, throw a RangeError exception.
  1261. if (auto* unit = largest_unit.get_pointer<Unit>(); unit && disallowed_units.contains_slow(*unit))
  1262. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, temporal_unit_to_string(*unit), vm.names.largestUnit);
  1263. // 4. Let roundingIncrement be ? GetRoundingIncrementOption(options).
  1264. auto rounding_increment = TRY(get_rounding_increment_option(vm, options));
  1265. // 5. Let roundingMode be ? GetRoundingModeOption(options, TRUNC).
  1266. auto rounding_mode = TRY(get_rounding_mode_option(vm, options, RoundingMode::Trunc));
  1267. // 6. If operation is SINCE, then
  1268. if (operation == DurationOperation::Since) {
  1269. // a. Set roundingMode to NegateRoundingMode(roundingMode).
  1270. rounding_mode = negate_rounding_mode(rounding_mode);
  1271. }
  1272. // 7. Let smallestUnit be ? GetTemporalUnitValuedOption(options, "smallestUnit", unitGroup, fallbackSmallestUnit).
  1273. auto smallest_unit = TRY(get_temporal_unit_valued_option(vm, options, vm.names.smallestUnit, unit_group, fallback_smallest_unit));
  1274. auto smallest_unit_value = smallest_unit.get<Unit>();
  1275. // 8. If disallowedUnits contains smallestUnit, throw a RangeError exception.
  1276. if (disallowed_units.contains_slow(smallest_unit_value))
  1277. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, temporal_unit_to_string(smallest_unit_value), vm.names.smallestUnit);
  1278. // 9. Let defaultLargestUnit be LargerOfTwoTemporalUnits(smallestLargestDefaultUnit, smallestUnit).
  1279. auto default_largest_unit = larger_of_two_temporal_units(smallest_largest_default_unit, smallest_unit.get<Unit>());
  1280. // 10. If largestUnit is AUTO, set largestUnit to defaultLargestUnit.
  1281. if (largest_unit.has<Auto>())
  1282. largest_unit = default_largest_unit;
  1283. auto largest_unit_value = largest_unit.get<Unit>();
  1284. // 11. If LargerOfTwoTemporalUnits(largestUnit, smallestUnit) is not largestUnit, throw a RangeError exception.
  1285. if (larger_of_two_temporal_units(largest_unit_value, smallest_unit_value) != largest_unit_value)
  1286. return vm.throw_completion<RangeError>(ErrorType::TemporalInvalidUnitRange, temporal_unit_to_string(smallest_unit_value), temporal_unit_to_string(largest_unit_value));
  1287. // 12. Let maximum be MaximumTemporalDurationRoundingIncrement(smallestUnit).
  1288. auto maximum = maximum_temporal_duration_rounding_increment(smallest_unit_value);
  1289. // 13. If maximum is not UNSET, perform ? ValidateTemporalRoundingIncrement(roundingIncrement, maximum, false).
  1290. if (!maximum.has<Unset>())
  1291. TRY(validate_temporal_rounding_increment(vm, rounding_increment, maximum.get<u64>(), false));
  1292. // 14. Return the Record { [[SmallestUnit]]: smallestUnit, [[LargestUnit]]: largestUnit, [[RoundingMode]]: roundingMode, [[RoundingIncrement]]: roundingIncrement, }.
  1293. return DifferenceSettings { .smallest_unit = smallest_unit_value, .largest_unit = largest_unit_value, .rounding_mode = rounding_mode, .rounding_increment = rounding_increment };
  1294. }
  1295. // 14.4.1.1 GetOptionsObject ( options ), https://tc39.es/proposal-temporal/#sec-getoptionsobject
  1296. ThrowCompletionOr<GC::Ref<Object>> get_options_object(VM& vm, Value options)
  1297. {
  1298. auto& realm = *vm.current_realm();
  1299. // 1. If options is undefined, then
  1300. if (options.is_undefined()) {
  1301. // a. Return OrdinaryObjectCreate(null).
  1302. return Object::create(realm, nullptr);
  1303. }
  1304. // 2. If options is an Object, then
  1305. if (options.is_object()) {
  1306. // a. Return options.
  1307. return options.as_object();
  1308. }
  1309. // 3. Throw a TypeError exception.
  1310. return vm.throw_completion<TypeError>(ErrorType::NotAnObject, "Options");
  1311. }
  1312. // 14.4.1.2 GetOption ( options, property, type, values, default ), https://tc39.es/proposal-temporal/#sec-getoption
  1313. ThrowCompletionOr<Value> get_option(VM& vm, Object const& options, PropertyKey const& property, OptionType type, ReadonlySpan<StringView> values, OptionDefault const& default_)
  1314. {
  1315. VERIFY(property.is_string());
  1316. // 1. Let value be ? Get(options, property).
  1317. auto value = TRY(options.get(property));
  1318. // 2. If value is undefined, then
  1319. if (value.is_undefined()) {
  1320. // a. If default is REQUIRED, throw a RangeError exception.
  1321. if (default_.has<Required>())
  1322. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, "undefined"sv, property.as_string());
  1323. // b. Return default.
  1324. return default_.visit(
  1325. [](Required) -> Value { VERIFY_NOT_REACHED(); },
  1326. [](Empty) -> Value { return js_undefined(); },
  1327. [](bool default_) -> Value { return Value { default_ }; },
  1328. [](double default_) -> Value { return Value { default_ }; },
  1329. [&](StringView default_) -> Value { return PrimitiveString::create(vm, default_); });
  1330. }
  1331. // 3. If type is BOOLEAN, then
  1332. if (type == OptionType::Boolean) {
  1333. // a. Set value to ToBoolean(value).
  1334. value = Value { value.to_boolean() };
  1335. }
  1336. // 4. Else,
  1337. else {
  1338. // a. Assert: type is STRING.
  1339. VERIFY(type == OptionType::String);
  1340. // b. Set value to ? ToString(value).
  1341. value = TRY(value.to_primitive_string(vm));
  1342. }
  1343. // 5. If values is not EMPTY and values does not contain value, throw a RangeError exception.
  1344. if (!values.is_empty()) {
  1345. // NOTE: Every location in the spec that invokes GetOption with type=boolean also has values=undefined.
  1346. VERIFY(value.is_string());
  1347. if (auto value_string = value.as_string().utf8_string(); !values.contains_slow(value_string))
  1348. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, value_string, property.as_string());
  1349. }
  1350. // 6. Return value.
  1351. return value;
  1352. }
  1353. // 14.4.1.3 GetRoundingModeOption ( options, fallback ), https://tc39.es/proposal-temporal/#sec-temporal-getroundingmodeoption
  1354. ThrowCompletionOr<RoundingMode> get_rounding_mode_option(VM& vm, Object const& options, RoundingMode fallback)
  1355. {
  1356. // 1. Let allowedStrings be the List of Strings from the "String Identifier" column of Table 26.
  1357. static constexpr auto allowed_strings = to_array({ "ceil"sv, "floor"sv, "expand"sv, "trunc"sv, "halfCeil"sv, "halfFloor"sv, "halfExpand"sv, "halfTrunc"sv, "halfEven"sv });
  1358. // 2. Let stringFallback be the value from the "String Identifier" column of the row with fallback in its "Rounding Mode" column.
  1359. auto string_fallback = allowed_strings[to_underlying(fallback)];
  1360. // 3. Let stringValue be ? GetOption(options, "roundingMode", STRING, allowedStrings, stringFallback).
  1361. auto string_value = TRY(get_option(vm, options, vm.names.roundingMode, OptionType::String, allowed_strings, string_fallback));
  1362. // 4. Return the value from the "Rounding Mode" column of the row with stringValue in its "String Identifier" column.
  1363. return static_cast<RoundingMode>(allowed_strings.first_index_of(string_value.as_string().utf8_string_view()).value());
  1364. }
  1365. // 14.4.1.4 GetRoundingIncrementOption ( options ), https://tc39.es/proposal-temporal/#sec-temporal-getroundingincrementoption
  1366. ThrowCompletionOr<u64> get_rounding_increment_option(VM& vm, Object const& options)
  1367. {
  1368. // 1. Let value be ? Get(options, "roundingIncrement").
  1369. auto value = TRY(options.get(vm.names.roundingIncrement));
  1370. // 2. If value is undefined, return 1𝔽.
  1371. if (value.is_undefined())
  1372. return 1;
  1373. // 3. Let integerIncrement be ? ToIntegerWithTruncation(value).
  1374. auto integer_increment = TRY(to_integer_with_truncation(vm, value, ErrorType::OptionIsNotValidValue, value, "roundingIncrement"sv));
  1375. // 4. If integerIncrement < 1 or integerIncrement > 10**9, throw a RangeError exception.
  1376. if (integer_increment < 1 || integer_increment > 1'000'000'000u)
  1377. return vm.throw_completion<RangeError>(ErrorType::OptionIsNotValidValue, value, "roundingIncrement");
  1378. // 5. Return integerIncrement.
  1379. return static_cast<u64>(integer_increment);
  1380. }
  1381. // 14.5.1 GetUTCEpochNanoseconds ( isoDateTime ), https://tc39.es/proposal-temporal/#sec-getutcepochnanoseconds
  1382. Crypto::SignedBigInteger get_utc_epoch_nanoseconds(ISODateTime const& iso_date_time)
  1383. {
  1384. return JS::get_utc_epoch_nanoseconds(
  1385. iso_date_time.iso_date.year,
  1386. iso_date_time.iso_date.month,
  1387. iso_date_time.iso_date.day,
  1388. iso_date_time.time.hour,
  1389. iso_date_time.time.minute,
  1390. iso_date_time.time.second,
  1391. iso_date_time.time.millisecond,
  1392. iso_date_time.time.microsecond,
  1393. iso_date_time.time.nanosecond);
  1394. }
  1395. }