summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/types/reference/8.7.2-3-1-s.js
blob: 06db4488965da728243c6c7362e8f58cea6881f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2012 Ecma International.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
es5id: 8.7.2-3-1-s
description: eval - a property named 'eval' is permitted
---*/

  var o = { eval: 42};

reportCompare(0, 0);