nashorn/test/script/basic/NASHORN-90.js.EXPECTED
author sundar
Fri, 05 Jul 2013 14:38:04 +0530 (2013-07-05)
changeset 18851 bdb92c95f886
parent 16147 e63b63819133
permissions -rw-r--r--
8019947: inherited property invalidation does not work with two globals in same context Reviewed-by: jlaskey, lagergren, hannesw, attila
avg.length = 2
function (x,y) {
return x + y/ 2
}
avg(34, 44) = 56