create-context-expected.txt 862 Bytes
Newer Older
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
Checks createContext().
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 1
            name : 
            origin : 
        }
    }
}
{
    method : Runtime.executionContextCreated
    params : {
        context : {
            id : 2
            name : 
            origin : 
        }
    }
}
{
    id : <messageId>
    result : {
    }
}
#debugger;

29
setTimeout(x => x #* 3, 0)
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53

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;

54
setTimeout(x => x #* 3, 0)
55 56

Reported script's execution id: 2