test/script/basic/NASHORN-148.js.EXPECTED

Thu, 16 Jan 2014 22:50:53 +0530

author
sundar
date
Thu, 16 Jan 2014 22:50:53 +0530
changeset 759
33a61e7f43e6
parent 0
b1a7da25b547
permissions
-rw-r--r--

8032004: instance property "message" of Error objects should be non-enumerable
Reviewed-by: hannesw, jlaskey

aoqi@0 1 func.x = 3.14
aoqi@0 2 func.arguments[0] = 3.14
aoqi@0 3 func.x = world
aoqi@0 4 func.arguments[0] = world
aoqi@0 5 func.x = changed x
aoqi@0 6 func.arguments[0] = changed x
aoqi@0 7 func.x = changed x
aoqi@0 8 func.arguments[0] = undefined
aoqi@0 9 func.x = changed x
aoqi@0 10 func.arguments[0] = 42
aoqi@0 11 func.x = 33
aoqi@0 12 func.arguments[0] = 42
aoqi@0 13 func2.x = 1
aoqi@0 14 func2.arguments[0] = 3434
aoqi@0 15 func2.y = 3
aoqi@0 16 func2.arguments[1] = 3
aoqi@0 17 func2.y = 54
aoqi@0 18 func2.arguments[1] = 54
aoqi@0 19 func2.y = 67
aoqi@0 20 func2.arguments[1] = 67

mercurial