Bug 32999
| Summary: | [V8] document.all shadowing implementation for JSC and V8 should be similar | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> |
| Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | japhet |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Dimitri Glazkov (Google)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nate Chapin
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
Closing some V8-related work items.