nashorn/test/script/basic/JDK-8051778.js.EXPECTED
author sundar
Thu, 06 Aug 2015 21:50:42 +0530
changeset 32049 af8f6292d54d
parent 27815 6ed8e97e8fb6
permissions -rw-r--r--
8133119: Error message associated with TypeError for call and new should include stringified Node Reviewed-by: attila, mhaupt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27815
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     1
l=[foo]
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     2
l=[foo, foo2]
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     3
l2_size()=0
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     4
Bound Integer(2) constructor: 2
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     5
BiFunction with literal: unbound, 1, 2
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     6
BiFunction with literal: unbound, 3, 4
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     7
BiFunction with literal: unbound, 5, 6
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     8
BiFunction with function: undefined, 7, 8
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
     9
BiFunction with function: undefined, 9, 10
6ed8e97e8fb6 8051778: support bind on all Nashorn callables
attila
parents:
diff changeset
    10
BiFunction with function: undefined, 11, 12