diff -r 7cb49fc90bab -r f92c14b1ca11 nashorn/test/script/basic/JDK-8047959.js.EXPECTED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nashorn/test/script/basic/JDK-8047959.js.EXPECTED Tue Jun 24 19:43:44 2014 +0530 @@ -0,0 +1,15 @@ +delete x? false +typeof x = number +delete f? true +typeof f = undefined +delete foo? false +typeof foo = number +delete func? false +typeof func = function +delete foo? false +typeof foo? number +foo = 33 +x in function = local +delete x? = true +x after delete = global +x = global