[Webkit-unassigned] [Bug 88479] New: Deleting a static function should not change property iteration order
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 6 18:26:39 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88479
Summary: Deleting a static function should not change property
iteration order
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
eg:
Math.foo = 42;
delete Math.cos;
Before deleting cos, properties in the static table will appear prior to foo, after deleting cos
An easy fix may be to reify on put, which is also likely the fix to bug#88403. Alternatively, reification could insert static properties prior to any from the structure.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list