Bug 29629
Summary: | REGRESSION(r48336): JSC API objects aren't iterated properly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marshall Culpepper <mculpepper> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | mrobinson, mrowe, oliver |
Priority: | P2 | Keywords: | InRadar, NeedsReduction, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All |
Marshall Culpepper
We've implemented a C-based Javascript class with a callback for the getPropertyNames function. Normally, this function is called anytime one of our objects is iterated via a for/in loop, i.e: "for (property in object) {..}". Currently, it seems that the getPropertyNames callback is ignored completely, causing new properties set on the object to not show up the above loop iteration.
Reverting the patch from bug #29170 seems to fix the issue, though I'm not sure which part of the patch is relevant
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/7242278>
Mark Rowe (bdash)
A small test case that demonstrates the problem would make this trivial to confirm and investigate.
Oliver Hunt
Sigh, still no test case :-/
Marshall Culpepper
Hey Oliver
I attempted make a test case for this in testapi.js, but haven't been able to replicate it yet using the "MyObject" code. Once I get a free moment I'll try and nail it down so we can have a good starting point :)
Mark Rowe (bdash)
We’re unable to reproduce this. If you can provide a test case that demonstrates the issue please feel free to reopen this bug report.