| OLD | NEW |
| 1 | 1 |
| 2 Tests asynchronous call stacks for IndexedDB. | 2 Tests asynchronous call stacks for IndexedDB. |
| 3 | 3 |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Captured call stacks in no particular order: | 5 Captured call stacks in no particular order: |
| 6 Call stack: | 6 Call stack: |
| 7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75) | 7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75) |
| 8 [IndexedDB] | 8 [IndexedDB] |
| 9 0) getAllItems (async-callstack-indexed-db.html:68) | 9 0) getAllItems (async-callstack-indexed-db.html:68) |
| 10 1) onSuccessStorePut (async-callstack-indexed-db.html:60) | 10 1) onSuccessStorePut (async-callstack-indexed-db.html:60) |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 0) testFunction (async-callstack-indexed-db.html:12) | 63 0) testFunction (async-callstack-indexed-db.html:12) |
| 64 | 64 |
| 65 Call stack: | 65 Call stack: |
| 66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) | 66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) |
| 67 [IndexedDB] | 67 [IndexedDB] |
| 68 0) openDB (async-callstack-indexed-db.html:23) | 68 0) openDB (async-callstack-indexed-db.html:23) |
| 69 [setTimeout] | 69 [setTimeout] |
| 70 0) testFunction (async-callstack-indexed-db.html:12) | 70 0) testFunction (async-callstack-indexed-db.html:12) |
| 71 | 71 |
| 72 | 72 |
| OLD | NEW |