[Webkit-unassigned] [Bug 32999] New: [V8] document.all shadowing implementation for JSC and V8 should be similar
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 28 15:23:11 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32999
Summary: [V8] document.all shadowing implementation for JSC and
V8 should be similar
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dglazkov at chromium.org
Today, it's not.
V8 bindings use a magic property to indicate overriding of .all property with
additional logic in named property getter and setter.
JSC bindings use direct set/put pair of methods.
We should write a layout test to check all corner cases and make both
implementations match.
--
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