History log of /openjdk9/nashorn/test/script/basic/JDK-8047728.js
Revision Date Author Comments
# 970:f82b83cf73ae 15-Aug-2014 attila

8055199: Tidy up Nashorn codebase for code standards (August 2014)
Reviewed-by: hannesw, lagergren


# 905:3edd4da9386f 23-Jun-2014 sundar

8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
Reviewed-by: jlaskey, hannesw, attila