Sign in
webkit
/
WebKit
/
4998104f692eb1d9136695fb6ec92704feed5358
/
.
/
JSTests
/
test262
/
test
/
harness
/
assert-samevalue-nan.js
blob: 8ca9e56e6ea3c8076125a4b2380fe5052da50a46 [
file
] [
log
] [
blame
]
// 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
);