* 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()"
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.