view test/script/basic/NASHORN-98.js.EXPECTED @ 619:7cc5ff16380f

8026167: Class cache/reuse of 'eval' scripts results in ClassCastException in some cases. Reviewed-by: lagergren, jlaskey
author sundar
date Thu, 10 Oct 2013 11:48:56 +0200
parents da1e581c933b
children
line wrap: on
line source

SyntaxError:32:Expected comma but found decimal
var x = [ 23 34 ]
             ^
SyntaxError:41:Expected comma but found ident
var x = { foo: 33 bar: 'hello' }
                  ^