RESOLVED FIXED 157387
JSContext Inspector: Better CommandLineAPI in JSContext inspection
https://bugs.webkit.org/show_bug.cgi?id=157387
Summary JSContext Inspector: Better CommandLineAPI in JSContext inspection
Joseph Pecoraro
Reported 2016-05-05 14:11:01 PDT
* SUMMARY Better CommandLineAPI in JSContext inspection. * NOTES Much of the command line API doesn't apply to JSContexts, but some of it does and can be implemented: dir, clear, table, profile, profileEnd, keys, values The only thing this is really lacking is `copy(...)`.
Attachments
[PATCH] Proposed Fix (3.94 KB, patch)
2016-05-05 14:13 PDT, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (3.75 KB, patch)
2016-05-05 14:19 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-05-05 14:11:07 PDT
Joseph Pecoraro
Comment 2 2016-05-05 14:13:32 PDT
Created attachment 278187 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2016-05-05 14:18:10 PDT
Comment on attachment 278187 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=278187&action=review > Source/JavaScriptCore/inspector/InjectedScriptSource.js:1439 > + inspectedGlobalObject.console.warn("Before"); Hahah, I should not have these debug statements.
Joseph Pecoraro
Comment 4 2016-05-05 14:19:00 PDT
Created attachment 278188 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 5 2016-05-05 15:11:20 PDT
Comment on attachment 278188 [details] [PATCH] Proposed Fix Clearing flags on attachment: 278188 Committed r200482: <http://trac.webkit.org/changeset/200482>
WebKit Commit Bot
Comment 6 2016-05-05 15:11:23 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.