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: * Presence of reserved words in string literal are allowed michael@0: * michael@0: * @path ch08/8.4/S8.4_A11.js michael@0: * @description Create string variable, thet include all reserved words michael@0: */ michael@0: michael@0: ////////////////////////////////////////////////////////////////////////////// michael@0: //CHECK#1 michael@0: var __delete=" break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof "; michael@0: // michael@0: ////////////////////////////////////////////////////////////////////////////// michael@0: