michael@0: // Copyright 2009 the Sputnik authors. All rights reserved. michael@0: // This code is governed by the BSD license found in the LICENSE file. michael@0: michael@0: /** michael@0: * undefined is not a keyword michael@0: * michael@0: * @path ch08/8.1/S8.1_A3.js michael@0: * @description Create variable named undefined michael@0: */ michael@0: michael@0: ////////////////////////////////////////////////////////// michael@0: // CHECK1# michael@0: var undefined = 1; michael@0: // michael@0: ////////////////////////////////////////////////////////// michael@0: