aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/script-origin-stack-expected.txt
blob: 40c7c7d85677f2a9b13a6ef78691d1d23f6a17f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Debugger.scriptParsed.stackTrace should contain only one frame
{
    method : Debugger.scriptParsed
    params : {
        endColumn : 0
        endLine : 0
        executionContextId : <executionContextId>
        hasSourceURL : false
        hash : 3fb75160ab1f4e4e82675bc4cd924d3481abe278
        isLiveEdit : false
        isModule : false
        length : 0
        scriptId : <scriptId>
        sourceMapURL : 
        stackTrace : {
            callFrames : [
                [0] : {
                    columnNumber : 17
                    functionName : 
                    lineNumber : 0
                    scriptId : <scriptId>
                    url : 
                }
            ]
            parentId : {
                id : <id>
            }
        }
        startColumn : 0
        startLine : 0
        url : 
    }
}