aboutsummaryrefslogtreecommitdiffstats
path: root/test/harness/assert-samevalue-nan.js
blob: 8ca9e56e6ea3c8076125a4b2380fe5052da50a46 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: >
    Two references to NaN satisfy the assertion.
---*/

assert.sameValue(NaN, NaN);