nashorn/test/script/basic/JDK-8015267.js.EXPECTED
author thartmann
Mon, 02 Jun 2014 08:07:29 +0200
changeset 24923 9631f7d691dc
parent 17765 6b45f57bebc4
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:
17765
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     1
true
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     2
true
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     3
a
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     4
b
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     5
c
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     6
d
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     7
4
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     8
x,a,b,c,d
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
     9
x,a,b,c,d,y
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    10
x
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    11
y
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    12
a,b,c,d
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    13
a,b,c,d,e,f
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    14
z,a,b,c,d,e,f
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    15
z,a,x,b,c,d,e,f
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    16
z,a,x,b,c,d,e,g
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    17
class java.lang.IndexOutOfBoundsException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    18
class java.lang.IndexOutOfBoundsException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    19
class java.lang.IndexOutOfBoundsException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    20
class java.lang.IndexOutOfBoundsException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    21
a,b,c,d,e
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    22
a
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    23
a
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    24
e
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    25
a
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    26
a
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    27
e
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    28
2,a,b,c,d,e,1,3
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    29
1,2,x,3,4,x,5,6,x,7,8
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    30
1,2,3,4,x,5,6,x,7,8
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    31
1,2,3,4,x,5,6,7,8
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    32
class java.util.NoSuchElementException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    33
class java.util.NoSuchElementException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    34
class java.util.NoSuchElementException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    35
class java.util.NoSuchElementException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    36
class java.util.NoSuchElementException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    37
class java.util.NoSuchElementException
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    38
null
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    39
null
6b45f57bebc4 8015267: Allow conversion of JS arrays to Java List/Deque
attila
parents:
diff changeset
    40
null