blob: 0ea8029488d8eaa6c303815d83f1ad995d18279a [file] [log] [blame]
// Copyright (C) 2021 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-temporal.now.plaindatetime
description: Temporal.Now.plainDateTime is extensible.
features: [Temporal]
---*/
assert(
Object.isExtensible(Temporal.Now.plainDateTime),
'Object.isExtensible(Temporal.Now.plainDateTime) must return true'
);