nashorn/test/script/basic/JDK-8022903.js.EXPECTED
author lagergren
Mon, 31 Mar 2014 14:13:34 +0200
changeset 24733 1e825be55fd1
parent 19618 6b73157185e0
permissions -rw-r--r--
8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not. Reviewed-by: attila, sundar, jlaskey
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     1
colors[0]=red
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     2
colors[1]=purple
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     3
colors[2]=pink
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     4
red
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     5
purple
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     6
pink
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     7
capital of Sweden is Stockholm
24733
1e825be55fd1 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
lagergren
parents: 19618
diff changeset
     8
capital of Hungary is Budapest
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     9
capital of Croatia is Zagreb
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    10
Stockholm
24733
1e825be55fd1 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
lagergren
parents: 19618
diff changeset
    11
Budapest
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    12
Zagreb