[Webkit-unassigned] [Bug 19523] New: delete does not work in javascript
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 12 14:55:50 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19523
Summary: delete does not work in javascript
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
delete does not work in javascript
<script>
var a = 1;
delete a;
alert(a);
</script>
This throws a reference error in FF, not in Safari.
--
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