Bug 32999 - [V8] document.all shadowing implementation for JSC and V8 should be similar
Summary: [V8] document.all shadowing implementation for JSC and V8 should be similar
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-28 15:23 PST by Dimitri Glazkov (Google)
Modified: 2014-12-16 00:48 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 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.
Comment 1 Nate Chapin 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.
Comment 2 Brian Burg 2014-12-16 00:48:06 PST
Closing some V8-related work items.