Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8024970 André Bargull's list on Sep 17, 2013
  3. JDK-8047728

(function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 8u40
    • core-libs
    • None
    • b22
    • generic
    • generic

        jjs -J-Djava.ext.dirs=$jdk9_dev/nashorn/dist

        jjs> (function(x){var o={x:0}; with(o){delete x} return o.x})()
        0

              sundar Sundararajan Athijegannathan
              sundar Sundararajan Athijegannathan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: