test/script/basic/JDK-8047959.js.EXPECTED

Thu, 17 Mar 2016 08:10:13 -0700

author
asaha
date
Thu, 17 Mar 2016 08:10:13 -0700
changeset 1806
309a5e14e5e2
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u91-b00 for changeset a2c005a7b33a

     1 delete x? false
     2 typeof x = number
     3 delete f? true
     4 typeof f = undefined
     5 delete foo? false
     6 typeof foo = number
     7 delete func? false
     8 typeof func = function
     9 delete foo? false
    10 typeof foo? number
    11 foo = 33
    12 x in function = local
    13 delete x? = true
    14 x after delete = global
    15 x = global

mercurial