[Webkit-unassigned] [Bug 22631] New: Streamline Console.cpp, abstract out the use of JSC::ExecState and JSC::ArgList by introducing ScriptCallFrame and ScriptStackTrace abstractions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 3 10:20:52 PST 2008


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

           Summary: Streamline Console.cpp, abstract out the use of
                    JSC::ExecState and JSC::ArgList by introducing
                    ScriptCallFrame and ScriptStackTrace abstractions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dglazkov at chromium.org


Eliminate the need for custom bindings in Console.cpp and make argument and
stack-trace handling more JS engine-agnostic by introducing two abstractions:

* ScriptCallFrame, which represents current JS call frame and provides access
to call arguments and stack trace.
* ScriptStackFrame, which represents a frame in the stack trace.

This is also a good opportunity to give Console.cpp a few tweaks to make it
more homogeneous.


-- 
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