| Summary: | Web Inspector: Class constructor appearing as Object Tree property does not include parameters | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | DoNotImportToRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 254302 [details]
[PATCH] Proposed Fix
Comment on attachment 254302 [details] [PATCH] Proposed Fix Clearing flags on attachment: 254302 Committed r185237: <http://trac.webkit.org/changeset/185237> All reviewed patches have been landed. Closing bug. |
* SUMMARY Class constructor appearing as Object Tree property does not include parameters. * TEST <script> var MyClass = class MyClass { constructor(name) {} }; console.dir(new MyClass); </script> * STEPS TO REPRODUCE 1. Inspect test page 2. Expand MyClass's prototype => "constructor" should show "function(name)" instead shows just "function()"