summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/temporal/instant-valueOf.js
blob: 18acba52859a0cfa93aa654a34b6ed223809c4c5 (plain)
1
2
3
4
5
6
7
// Copyright 2021 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --harmony-temporal

let d1 = Temporal.Now.instant( );
assertThrows(() => d1.valueOf(), TypeError);