summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
blob: c5d8c2466c0aeb9c2fe6cf95a35a655ee24b45a6 (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
Tests possible breakpoints in array literal
{
    id : <messageId>
    result : {
        locations : [
            [0] : {
                columnNumber : 0
                lineNumber : 0
                scriptId : <scriptId>
            }
            [1] : {
                columnNumber : 6
                lineNumber : 0
                scriptId : <scriptId>
            }
            [2] : {
                columnNumber : 7
                lineNumber : 0
                scriptId : <scriptId>
                type : return
            }
            [3] : {
                columnNumber : 8
                lineNumber : 0
                scriptId : <scriptId>
                type : return
            }
        ]
    }
}