RESOLVED FIXED 149649
Web Inspector: Console completion suggestions should include properties on Object (hasOwnProperty, toString, etc)
https://bugs.webkit.org/show_bug.cgi?id=149649
Summary Web Inspector: Console completion suggestions should include properties on Ob...
Joseph Pecoraro
Reported 2015-09-29 15:36:24 PDT
* SUMMARY Console completion suggestions should include properties on Object (hasOwnProperty, toString, etc). * STEPS TO REPRODUCE 1. js> o = {}; 2. js> o.to| => expected "toString", got nothing * NOTES - Missing completion suggestions include any projects on a bare object ({}).
Attachments
[PATCH] Proposed Fix (3.08 KB, patch)
2015-09-29 15:38 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2015-09-29 15:36:47 PDT
Joseph Pecoraro
Comment 2 2015-09-29 15:38:41 PDT
Created attachment 262115 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2015-09-29 22:59:03 PDT
Comment on attachment 262115 [details] [PATCH] Proposed Fix Clearing flags on attachment: 262115 Committed r190342: <http://trac.webkit.org/changeset/190342>
WebKit Commit Bot
Comment 4 2015-09-29 22:59:06 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.