| 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 counters : <object> | 5 counters : <object> |
| 6 data : { | 6 data : { |
| 7 singleShot : true | 7 singleShot : true |
| 8 timeout : 10 | 8 timeout : 10 |
| 9 timerId : <number> | 9 timerId : <number> |
| 10 } | 10 } |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 frameId : <string> | 71 frameId : <string> |
| 72 stackTrace : <object> | 72 stackTrace : <object> |
| 73 startTime : <number> | 73 startTime : <number> |
| 74 type : "TimerRemove" | 74 type : "TimerRemove" |
| 75 } | 75 } |
| 76 FunctionCall Properties: | 76 FunctionCall Properties: |
| 77 { | 77 { |
| 78 children : <object> | 78 children : <object> |
| 79 counters : <object> | 79 counters : <object> |
| 80 data : { | 80 data : { |
| 81 scriptId : <string> |
| 81 scriptLine : <number> | 82 scriptLine : <number> |
| 82 scriptName : <string> | 83 scriptName : <string> |
| 83 } | 84 } |
| 84 endTime : <number> | 85 endTime : <number> |
| 85 frameId : <string> | 86 frameId : <string> |
| 86 startTime : <number> | 87 startTime : <number> |
| 87 type : "FunctionCall" | 88 type : "FunctionCall" |
| 88 } | 89 } |
| 89 FunctionCall Properties: | 90 FunctionCall Properties: |
| 90 { | 91 { |
| 91 children : <object> | 92 children : <object> |
| 92 counters : <object> | 93 counters : <object> |
| 93 data : { | 94 data : { |
| 95 scriptId : <string> |
| 94 scriptLine : <number> | 96 scriptLine : <number> |
| 95 scriptName : <string> | 97 scriptName : <string> |
| 96 } | 98 } |
| 97 endTime : <number> | 99 endTime : <number> |
| 98 frameId : <string> | 100 frameId : <string> |
| 99 startTime : <number> | 101 startTime : <number> |
| 100 type : "FunctionCall" | 102 type : "FunctionCall" |
| 101 } | 103 } |
| 102 FunctionCall Properties: | 104 FunctionCall Properties: |
| 103 { | 105 { |
| 104 children : <object> | 106 children : <object> |
| 105 counters : <object> | 107 counters : <object> |
| 106 data : { | 108 data : { |
| 109 scriptId : <string> |
| 107 scriptLine : <number> | 110 scriptLine : <number> |
| 108 scriptName : <string> | 111 scriptName : <string> |
| 109 } | 112 } |
| 110 endTime : <number> | 113 endTime : <number> |
| 111 frameId : <string> | 114 frameId : <string> |
| 112 startTime : <number> | 115 startTime : <number> |
| 113 type : "FunctionCall" | 116 type : "FunctionCall" |
| 114 } | 117 } |
| 115 FunctionCall Properties: | 118 FunctionCall Properties: |
| 116 { | 119 { |
| 117 children : <object> | 120 children : <object> |
| 118 counters : <object> | 121 counters : <object> |
| 119 data : { | 122 data : { |
| 123 scriptId : <string> |
| 120 scriptLine : <number> | 124 scriptLine : <number> |
| 121 scriptName : <string> | 125 scriptName : <string> |
| 122 } | 126 } |
| 123 endTime : <number> | 127 endTime : <number> |
| 124 frameId : <string> | 128 frameId : <string> |
| 125 startTime : <number> | 129 startTime : <number> |
| 126 type : "FunctionCall" | 130 type : "FunctionCall" |
| 127 } | 131 } |
| 128 EvaluateScript Properties: | 132 EvaluateScript Properties: |
| 129 { | 133 { |
| 130 children : <object> | 134 children : <object> |
| 131 counters : <object> | 135 counters : <object> |
| 132 data : { | 136 data : { |
| 133 lineNumber : <number> | 137 lineNumber : <number> |
| 134 url : | 138 url : |
| 135 } | 139 } |
| 136 endTime : <number> | 140 endTime : <number> |
| 137 frameId : <string> | 141 frameId : <string> |
| 138 startTime : <number> | 142 startTime : <number> |
| 139 type : "EvaluateScript" | 143 type : "EvaluateScript" |
| 140 } | 144 } |
| 141 | 145 |
| OLD | NEW |