changeset 24738 | be2026c9717c |
parent 18334 | 47413e8d71b5 |
--- a/nashorn/test/script/basic/JDK-8016618.js.EXPECTED Wed Apr 02 10:52:39 2014 +0200 +++ b/nashorn/test/script/basic/JDK-8016618.js.EXPECTED Fri Apr 11 16:52:14 2014 +0200 @@ -1,6 +1,10 @@ x = 33 func.x = 23 func.x = hello +func.x = 24 +func.x = hello2 +func.x = 25 +func.x = hello3 global instanceof fObject? true x is wriable ? true x value = 33