OLD | NEW |
| 1 Tests how async promise chains behave when reaching the limit of stacks |
1 Checks correctness of promise chains when limit hit | 2 Checks correctness of promise chains when limit hit |
2 inspector.setMaxAsyncTaskStacks(3) | 3 inspector.setMaxAsyncTaskStacks(3) |
3 Run expression 'console.trace()' with async chain len: 3 | 4 Run expression 'console.trace()' with async chain len: 3 |
4 { | 5 { |
5 method : Runtime.consoleAPICalled | 6 method : Runtime.consoleAPICalled |
6 params : { | 7 params : { |
7 args : [ | 8 args : [ |
8 [0] : { | 9 [0] : { |
9 type : string | 10 type : string |
10 value : console.trace | 11 value : console.trace |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 url : | 226 url : |
226 } | 227 } |
227 ] | 228 ] |
228 description : Promise.resolve | 229 description : Promise.resolve |
229 } | 230 } |
230 } | 231 } |
231 timestamp : <timestamp> | 232 timestamp : <timestamp> |
232 type : trace | 233 type : trace |
233 } | 234 } |
234 } | 235 } |
OLD | NEW |