[Webkit-unassigned] [Bug 17234] Inspector should link console.{log, warn, info, error} back to call site

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 20:36:31 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=17234





------- Comment #4 from ggaren at apple.com  2008-07-23 20:36 PDT -------
One way to solve this problem would be for console.log to use a special
CallType that gets additional information passed to it when it's called as a
function.

Basically, this would require:

* Add a new CallType to the CallType enum in JavaScriptCore
* Make console.log's getCallData function return that CallType
* Change the sites in JavaScriptCore that deal with CallType to handle this new
CallType (I think there are about 4)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list