| OLD | NEW |
| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 type : "TimerRemove" | 86 type : "TimerRemove" |
| 87 } | 87 } |
| 88 FunctionCall Properties: | 88 FunctionCall Properties: |
| 89 { | 89 { |
| 90 children : <object> | 90 children : <object> |
| 91 data : { | 91 data : { |
| 92 frame : <string> | 92 frame : <string> |
| 93 scriptId : <string> | 93 scriptId : <string> |
| 94 scriptLine : <number> | 94 scriptLine : <number> |
| 95 scriptName : <string> | 95 scriptName : <string> |
| 96 stackTrace : <object> |
| 96 } | 97 } |
| 97 endTime : <number> | 98 endTime : <number> |
| 98 frameId : <string> | 99 frameId : <string> |
| 100 stackTrace : <object> |
| 99 startTime : <number> | 101 startTime : <number> |
| 100 thread : <string> | 102 thread : <string> |
| 101 type : "FunctionCall" | 103 type : "FunctionCall" |
| 102 } | 104 } |
| 103 FunctionCall Properties: | 105 FunctionCall Properties: |
| 104 { | 106 { |
| 105 data : { | 107 data : { |
| 106 frame : <string> | 108 frame : <string> |
| 107 scriptId : <string> | 109 scriptId : <string> |
| 108 scriptLine : <number> | 110 scriptLine : <number> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 url : | 144 url : |
| 143 } | 145 } |
| 144 endTime : <number> | 146 endTime : <number> |
| 145 frameId : <string> | 147 frameId : <string> |
| 146 stackTrace : <object> | 148 stackTrace : <object> |
| 147 startTime : <number> | 149 startTime : <number> |
| 148 thread : <string> | 150 thread : <string> |
| 149 type : "EvaluateScript" | 151 type : "EvaluateScript" |
| 150 } | 152 } |
| 151 | 153 |
| OLD | NEW |