aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/GlobalScope/12_Statement/12.1_Block/S12.1_A4_T2.js
blob: 312af4b408c400d1c10f159d56f41af4bc50d4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.


// Converted for Test262 from original Sputnik source

 x=1;

//////////////////////////////////////////////////////////////////////////////
//CHECK#1
y={x};
//
//////////////////////////////////////////////////////////////////////////////