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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-timer-expected.txt

Issue 1769273004: Remove V8RecrusionScope, cleanup call sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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
OLDNEW
1 Tests the Timeline events for Timers 1 Tests the Timeline events for Timers
2 2
3 TimerInstall Properties: 3 TimerInstall Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string> 6 frame : <string>
7 singleShot : true 7 singleShot : true
8 stackTrace : <object> 8 stackTrace : <object>
9 timeout : 10 9 timeout : 10
10 timerId : <number> 10 timerId : <number>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 frame : <string> 101 frame : <string>
102 scriptId : <string> 102 scriptId : <string>
103 scriptLine : <number> 103 scriptLine : <number>
104 scriptName : <string> 104 scriptName : <string>
105 } 105 }
106 endTime : <number> 106 endTime : <number>
107 frameId : <string> 107 frameId : <string>
108 startTime : <number> 108 startTime : <number>
109 type : "FunctionCall" 109 type : "FunctionCall"
110 } 110 }
111 FunctionCall Properties:
112 {
113 data : {
114 frame : <string>
115 scriptId : <string>
116 scriptLine : <number>
117 scriptName : <string>
118 }
119 endTime : <number>
120 frameId : <string>
121 startTime : <number>
122 type : "FunctionCall"
123 }
124 EvaluateScript Properties: 111 EvaluateScript Properties:
125 { 112 {
126 data : { 113 data : {
127 columnNumber : <number> 114 columnNumber : <number>
128 frame : <string> 115 frame : <string>
129 lineNumber : <number> 116 lineNumber : <number>
130 url : 117 url :
131 } 118 }
132 endTime : <number> 119 endTime : <number>
133 frameId : <string> 120 frameId : <string>
134 startTime : <number> 121 startTime : <number>
135 type : "EvaluateScript" 122 type : "EvaluateScript"
136 } 123 }
137 Text details for EvaluateScript: undefined 124 Text details for EvaluateScript: undefined
138 125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698