summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt
blob: 9c65ba23254ecbb4845a759350c7ef779405b3f3 (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
getPossibleBreakpoints should not crash during lazy compilation (crbug.com/715334)
{
    method : Debugger.scriptParsed
    params : {
        endColumn : 21
        endLine : 2
        executionContextId : <executionContextId>
        hasSourceURL : true
        hash : FA2A959297747012766FE9C5006E7F522D88FA72
        isLiveEdit : false
        isModule : false
        length : 52
        scriptId : <scriptId>
        sourceMapURL : 
        startColumn : 0
        startLine : 0
        url : test.js
    }
}
{
    id : <messageId>
    result : {
        locations : [
        ]
    }
}