Bug 200331
Summary: | Web Inspector: elements are missing in preview for large sparse arrays | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | inspector-bugzilla-changes |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Yury Semikhatsky
Evaluate the following expression in the console:
a = new Array(1000); a[100]=10; a
note that the preview for the array is shown as empty array: []
The preview only includes elements with indexes <100.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |