summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/create-context-expected.txt
blob: 770d2e32d24f02075cb1a25f45b590426863a59a (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
Checks createContext().
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 2
            name : 
            origin : 
        }
    }
}
{
    id : <messageId>
    result : {
        debuggerId : <debuggerId>
    }
}
#debugger;

setTimeout(x => x #* 3, 0)

Reported script's execution id: 2
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 2
            name : 
            origin : 
        }
    }
}
#debugger;

setTimeout(x => x #* 3, 0)

Reported script's execution id: 2