[Webkit-unassigned] [Bug 42181] New: JSC Error messages don't show enough detail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 11:30:16 PDT 2010


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

           Summary: JSC Error messages don't show enough detail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ggaren at apple.com, oliver at apple.com


== JSC ==

CONSOLE MESSAGE: line 1: SyntaxError: Parse error

== V8 ==

CONSOLE MESSAGE: line 1: Uncaught SyntaxError: Unexpected token <

Arguably V8 is in the wrong here, since JSC is the standard engine for WebKit.  However, I think it's nice that V8 shows the token which is unexpected.  Would be even better if both error messages told the column number (since clearly V8 has it and JSC should be able to get it).

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



More information about the webkit-unassigned mailing list