summaryrefslogtreecommitdiff
path: root/external/contributions/Google/sputnik_conformance_modified/11_Expressions/11.4_Unary_Operators/11.4.2_The_void_Operator/S11.4.2_A2_T2.js
blob: 6c6b35d9f9ba5a93c522b1d144b1cb08d15a548d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/**
* @name: S11.4.2_A2_T2;
* @section: 11.4.2;
* @assertion: Operator "void" uses GetValue;
* @description: If GetBase(x) is null, throw ReferenceError;
* @negative
*/

//CHECK#1
void x;