Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Side by Side Diff: test/inspector/runtime/create-context-expected.txt

Issue 2748503002: [inspector] changed a way of preserving stepping between tasks (Closed)
Patch Set: rebased on tunned stepping at return Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/inspector/inspector-test.cc ('k') | test/inspector/task-runner.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « test/inspector/inspector-test.cc ('k') | test/inspector/task-runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698