test/script/basic/JDK-8016618.js.EXPECTED

Sun, 08 Nov 2015 10:25:46 -0800

author
asaha
date
Sun, 08 Nov 2015 10:25:46 -0800
changeset 1687
6abfa80b9ef2
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u66-b18 for changeset 39bfb9eb75dc

aoqi@0 1 x = 33
aoqi@0 2 func.x = 23
aoqi@0 3 func.x = hello
attila@963 4 func.x = 24
attila@963 5 func.x = hello2
attila@963 6 func.x = 25
attila@963 7 func.x = hello3
aoqi@0 8 global instanceof fObject? true
aoqi@0 9 x is wriable ? true
aoqi@0 10 x value = 33
aoqi@0 11 global's __proto__ [object Object]
aoqi@0 12 Object.keys on obj
aoqi@0 13 foo
aoqi@0 14 Object.getOwnProperties on obj
aoqi@0 15 foo
aoqi@0 16 bar
aoqi@0 17 forEach 334
aoqi@0 18 forEach 55
aoqi@0 19 forEach 65
aoqi@0 20 reduceRight cur value 65
aoqi@0 21 reduceRight cur value 55
aoqi@0 22 reduceRight cur value 334
aoqi@0 23 reduceRight 454
aoqi@0 24 reduce cur value 334
aoqi@0 25 reduce cur value 55
aoqi@0 26 reduce cur value 65
aoqi@0 27 reduce 454
aoqi@0 28 forEach
aoqi@0 29 334
aoqi@0 30 55
aoqi@0 31 65
aoqi@0 32 Array.isArray(array)? true
aoqi@0 33 TypeError: "bar" is not a writable property of [object Object]
aoqi@0 34 forEach on mirror
aoqi@0 35 334
aoqi@0 36 55
aoqi@0 37 65

mercurial