Sign in
webkit
/
WebKit
/
7a2f3f50b83583acd60082111d0e9c7f59fe5a6d
/
.
/
JSTests
/
test262
/
test
/
harness
/
assert-notsamevalue-objects.js
blob: 1e4fb54a998ab54ef151dde88b27056d25b7503b [
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: >
Distinct objects satisfy the assertion.
---*/
assert
.
notSameValue
({},
{});