[Webkit-unassigned] [Bug 21701] New: constants can be deleted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 16 18:25:43 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21701

           Summary: constants can be deleted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P5
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugzilla at eligrey.com


Constants can be deleted using the delete keyword.

const foo = 1; delete foo; typeof foo == 'undefined'


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list