[Webkit-unassigned] [Bug 81646] New: [v8] Web Inspector: new Error.stack doesn't provide inferred object name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 20 03:35:41 PDT 2012


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

           Summary: [v8] Web Inspector: new Error.stack doesn't provide
                    inferred object name
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


A stack trace looks like this:
Error
    at Object.isEditable (chrome-devtools://devtools/UISourceCode.js:63:54)
    at Object._createUISourceCode (chrome-devtools://devtools/RawSourceCode.js:217:33)
    at Object._createSourceMapping (chrome-devtools://devtools/RawSourceCode.js:178:37)
    at Object._updateSourceMapping (chrome-devtools://devtools/RawSourceCode.js:146:14)
    at Object.<anonymous> (chrome-devtools://devtools/RawSourceCode.js:56:14)
    at Object.addScript (chrome-devtools://devtools/ResourceScriptMapping.js:103:29)
    at Object.addScript (chrome-devtools://devtools/ScriptMapping.js:168:17)
    at Object._parsedScriptSource (chrome-devtools://devtools/DebuggerPresentationModel.js:130:29)
    at Object.dispatchEventToListeners (chrome-devtools://devtools/Object.js:101:35)
    at Object._parsedScriptSource (chrome-devtools://devtools/DebuggerModel.js:316:14)

Instead of "Object" we should be able to see inferred class name.

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