nashorn/test/script/basic/JDK-8022903.js.EXPECTED
author thartmann
Mon, 02 Jun 2014 08:07:29 +0200
changeset 24923 9631f7d691dc
parent 19618 6b73157185e0
child 24733 1e825be55fd1
permissions -rw-r--r--
8034812: remove IDX_INIT macro hack in Node class Summary: The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly. Reviewed-by: kvn, jrose, iveresov, goetz
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
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     8
capital of Hungary is Budapet
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
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    11
Budapet
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    12
Zagreb