Bug 157361 - REGRESSION(r200422): Web Inspector: Make new Array Iterator objects play nice with Web Inspector
Summary: REGRESSION(r200422): Web Inspector: Make new Array Iterator objects play nice...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-04 15:13 PDT by Joseph Pecoraro
Modified: 2016-05-05 18:14 PDT (History)
13 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (23.04 KB, patch)
2016-05-04 15:16 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-05-04 15:13:10 PDT
* SUMMARY
REGRESSION(r200422): Make new Array Iterator objects play nice with Web Inspector.

* STEPS TO REPRODUCE
1. js> [1,2,3].entries()

* EXPECTED
▶︎ Array Iterator [[0, 1], [1, 2], [2, 3]]
▼ Array Iterator
  array: [1, 2, 3] (3)
  kind: "key+value"

* ACTUAL
{}

* NOTES
- Covered by test LayoutTests/inspector/model/remote-object.html
Comment 1 Radar WebKit Bug Importer 2016-05-04 15:14:28 PDT
<rdar://problem/26099793>
Comment 2 Joseph Pecoraro 2016-05-04 15:16:19 PDT
Created attachment 278131 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2016-05-05 18:14:45 PDT
Comment on attachment 278131 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 278131

Committed r200499: <http://trac.webkit.org/changeset/200499>
Comment 4 WebKit Commit Bot 2016-05-05 18:14:49 PDT
All reviewed patches have been landed.  Closing bug.