blob: e999e09c5d71d00d9bff5648d6a4db070a6c8232 [file] [log] [blame]
// Copyright (C) 2021 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-temporal.plaintime.from
description: The receiver is never called when calling from()
includes: [temporalHelpers.js]
features: [Temporal]
---*/
TemporalHelpers.checkSubclassingIgnoredStatic(
Temporal.PlainTime,
"from",
["12:34:56.987654321"],
(result) => TemporalHelpers.assertPlainTime(result, 12, 34, 56, 987, 654, 321),
);