mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Revert inadvertent observable Temporal change
This is an editorial change in the Temporal proposal. See: https://github.com/tc39/proposal-temporal/commit/6274e5d
This commit is contained in:
Notes:
github-actions[bot]
2025-09-19 15:25:23 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5bd867f1dcb Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6243
@@ -328,10 +328,7 @@ ThrowCompletionOr<Vector<Crypto::SignedBigInteger>> get_possible_epoch_nanosecon
|
||||
}
|
||||
// 3. Else,
|
||||
else {
|
||||
// a. Perform ? CheckISODaysRange(isoDateTime.[[ISODate]]).
|
||||
TRY(check_iso_days_range(vm, iso_date_time.iso_date));
|
||||
|
||||
// b. Let possibleEpochNanoseconds be GetNamedTimeZoneEpochNanoseconds(parseResult.[[Name]], isoDateTime).
|
||||
// a. Let possibleEpochNanoseconds be GetNamedTimeZoneEpochNanoseconds(parseResult.[[Name]], isoDateTime).
|
||||
possible_epoch_nanoseconds = get_named_time_zone_epoch_nanoseconds(*parse_result.name, iso_date_time);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user