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

Details

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

    Backports

      Description

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

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

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: