OLD | NEW |
1 Checks createContext(). | 1 Checks createContext(). |
2 { | 2 { |
3 method : Runtime.executionContextCreated | 3 method : Runtime.executionContextCreated |
4 params : { | 4 params : { |
5 context : { | 5 context : { |
6 id : 1 | 6 id : 1 |
7 name : | 7 name : |
8 origin : | 8 origin : |
9 } | 9 } |
10 } | 10 } |
11 } | 11 } |
12 { | 12 { |
13 method : Runtime.executionContextCreated | 13 method : Runtime.executionContextCreated |
14 params : { | 14 params : { |
15 context : { | 15 context : { |
16 id : 2 | 16 id : 2 |
17 name : | 17 name : |
18 origin : | 18 origin : |
19 } | 19 } |
20 } | 20 } |
21 } | 21 } |
22 { | 22 { |
23 id : <messageId> | 23 id : <messageId> |
24 result : { | 24 result : { |
25 } | 25 } |
26 } | 26 } |
27 #debugger; | 27 #debugger; |
28 | 28 |
29 setTimeout(#x => x * 3, 0) | 29 setTimeout(x => x #* 3, 0) |
30 | 30 |
31 Reported script's execution id: 2 | 31 Reported script's execution id: 2 |
32 { | 32 { |
33 method : Runtime.executionContextCreated | 33 method : Runtime.executionContextCreated |
34 params : { | 34 params : { |
35 context : { | 35 context : { |
36 id : 1 | 36 id : 1 |
37 name : | 37 name : |
38 origin : | 38 origin : |
39 } | 39 } |
40 } | 40 } |
41 } | 41 } |
42 { | 42 { |
43 method : Runtime.executionContextCreated | 43 method : Runtime.executionContextCreated |
44 params : { | 44 params : { |
45 context : { | 45 context : { |
46 id : 2 | 46 id : 2 |
47 name : | 47 name : |
48 origin : | 48 origin : |
49 } | 49 } |
50 } | 50 } |
51 } | 51 } |
52 #debugger; | 52 #debugger; |
53 | 53 |
54 #debugger; | 54 setTimeout(x => x #* 3, 0) |
55 | |
56 setTimeout(#x => x * 3, 0) | |
57 | 55 |
58 Reported script's execution id: 2 | 56 Reported script's execution id: 2 |
OLD | NEW |