summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt
blob: 22ef7aae92e49f924d27d9c7a499afa352e546fe (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
34
35
36
37
38
39
40
41
42
43
44
getPossibleBreakpoints should not crash during lazy compilation (crbug.com/715334)
{
    method : Debugger.scriptParsed
    params : {
        endColumn : 21
        endLine : 2
        executionContextId : <executionContextId>
        hasSourceURL : true
        hash : 124cb0278e3aa9f250651d433cdefeb5618c7202
        isLiveEdit : false
        isModule : false
        length : 52
        scriptId : <scriptId>
        sourceMapURL : 
        startColumn : 0
        startLine : 0
        url : test.js
    }
}
{
    method : Debugger.scriptFailedToParse
    params : {
        endColumn : 21
        endLine : 2
        executionContextId : <executionContextId>
        hasSourceURL : true
        hash : 124cb0278e3aa9f250651d433cdefeb5618c7202
        isModule : false
        length : 52
        scriptId : <scriptId>
        sourceMapURL : 
        startColumn : 0
        startLine : 0
        url : test.js
    }
}
One script is reported twice
{
    id : <messageId>
    result : {
        locations : [
        ]
    }
}