-
Sub-task
-
Resolution: Fixed
-
P3
-
8u40
-
None
-
b22
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064152 | 8u45 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8055617 | 8u40 | Attila Szegedi | P3 | Resolved | Fixed | b04 |
JDK-8070389 | emb-8u47 | Attila Szegedi | P3 | Resolved | Fixed | team |
jjs -J-Djava.ext.dirs=$jdk9_dev/nashorn/dist
jjs> (function(x){var o={x:0}; with(o){delete x} return o.x})()
0
jjs> (function(x){var o={x:0}; with(o){delete x} return o.x})()
0
- backported by
-
JDK-8055617 (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
-
- Resolved
-
-
JDK-8064152 (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
-
- Resolved
-
-
JDK-8070389 (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
-
- Resolved
-