jdk-24/nashorn/test/script/basic/JDK-8051778.js.EXPECTED
Attila Szegedi e79371a0bc 8051778: support bind on all Nashorn callables
Reviewed-by: hannesw, lagergren
2014-11-27 13:04:46 +01:00

11 lines
312 B
Plaintext

l=[foo]
l=[foo, foo2]
l2_size()=0
Bound Integer(2) constructor: 2
BiFunction with literal: unbound, 1, 2
BiFunction with literal: unbound, 3, 4
BiFunction with literal: unbound, 5, 6
BiFunction with function: undefined, 7, 8
BiFunction with function: undefined, 9, 10
BiFunction with function: undefined, 11, 12