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

Wed, 05 Sep 2018 01:21:35 -0700

author
diazhou
date
Wed, 05 Sep 2018 01:21:35 -0700
changeset 2374
037913b52507
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u192-b09 for changeset 456c0d45c43b

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