Bug 32999

Summary: [V8] document.all shadowing implementation for JSC and V8 should be similar
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Dimitri Glazkov (Google)
Reported 2009-12-28 15:23:11 PST
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.
Attachments
Nate Chapin
Comment 1 2010-03-17 10:13:14 PDT
This would be nice to do for cleanup reasons, but I'm going to remove it from blocking https://bugs.webkit.org/show_bug.cgi?id=32630, as it's not really adding a maintenance burden.
Brian Burg
Comment 2 2014-12-16 00:48:06 PST
Closing some V8-related work items.
Note You need to log in before you can comment on or make changes to this bug.