aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/sessions/create-session-expected.txt
blob: f8c31a47dd58f422acc3471bdcf88a44497b0f0a (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Tests that creating multiple sessions works.
Connecting session 1
From session 1
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
Connecting session 2
From session 2
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
Reconnecting session 2
From session 2
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
Reconnecting session 1
From session 1
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
Connecting session 3
From session 3
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
Destroying and creating context
From session 3
{
    method : Runtime.executionContextDestroyed
    params : {
        executionContextId : <executionContextId>
    }
}
id matching: true
From session 1
{
    method : Runtime.executionContextDestroyed
    params : {
        executionContextId : <executionContextId>
    }
}
id matching: true
From session 2
{
    method : Runtime.executionContextDestroyed
    params : {
        executionContextId : <executionContextId>
    }
}
id matching: true
From session 3
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 2
            name : 
            origin : 
        }
    }
}
From session 1
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 2
            name : 
            origin : 
        }
    }
}
From session 2
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 2
            name : 
            origin : 
        }
    }
}
Disconnecting all sessions
Connecting session 4
From session 4
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 2
            name : 
            origin : 
        }
    }
}