blob: 74a41b0f8b81a6230be1f7cb68673adc6d617499 [file] [log] [blame]
// Copyright (C) 2020 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-temporal.instant.prototype-@@tostringtag
description: The @@toStringTag property of Temporal.Instant
includes: [propertyHelper.js]
features: [Temporal]
---*/
verifyProperty(Temporal.Instant.prototype, Symbol.toStringTag, {
value: "Temporal.Instant",
writable: false,
enumerable: false,
configurable: true,
});