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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) | 44 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) |
45 [IndexedDB] | 45 [IndexedDB] |
46 0) openDB (async-callstack-indexed-db.html:23) | 46 0) openDB (async-callstack-indexed-db.html:23) |
47 | 47 |
48 Call stack: | 48 Call stack: |
49 0) onSuccessOpenDB (async-callstack-indexed-db.html:43) | 49 0) onSuccessOpenDB (async-callstack-indexed-db.html:43) |
50 [IndexedDB] | 50 [IndexedDB] |
51 0) openDB (async-callstack-indexed-db.html:23) | 51 0) openDB (async-callstack-indexed-db.html:23) |
52 [setTimeout] | 52 [setTimeout] |
53 0) testFunction (async-callstack-indexed-db.html:12) | 53 0) testFunction (async-callstack-indexed-db.html:12) |
| 54 [setTimeout] |
| 55 0) scheduleTestFunction (debugger-test.js:3) |
| 56 <... skipped remaining frames ...> |
54 | 57 |
55 Call stack: | 58 Call stack: |
56 0) onSuccessStorePut (async-callstack-indexed-db.html:59) | 59 0) onSuccessStorePut (async-callstack-indexed-db.html:59) |
57 [IndexedDB] | 60 [IndexedDB] |
58 0) populateDB (async-callstack-indexed-db.html:52) | 61 0) populateDB (async-callstack-indexed-db.html:52) |
59 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) | 62 1) onSuccessOpenDB (async-callstack-indexed-db.html:45) |
60 [IndexedDB] | 63 [IndexedDB] |
61 0) openDB (async-callstack-indexed-db.html:23) | 64 0) openDB (async-callstack-indexed-db.html:23) |
62 [setTimeout] | 65 [setTimeout] |
63 0) testFunction (async-callstack-indexed-db.html:12) | 66 0) testFunction (async-callstack-indexed-db.html:12) |
| 67 [setTimeout] |
| 68 0) scheduleTestFunction (debugger-test.js:3) |
| 69 <... skipped remaining frames ...> |
64 | 70 |
65 Call stack: | 71 Call stack: |
66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) | 72 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) |
67 [IndexedDB] | 73 [IndexedDB] |
68 0) openDB (async-callstack-indexed-db.html:23) | 74 0) openDB (async-callstack-indexed-db.html:23) |
69 [setTimeout] | 75 [setTimeout] |
70 0) testFunction (async-callstack-indexed-db.html:12) | 76 0) testFunction (async-callstack-indexed-db.html:12) |
| 77 [setTimeout] |
| 78 0) scheduleTestFunction (debugger-test.js:3) |
| 79 <... skipped remaining frames ...> |
71 | 80 |
72 | 81 |
OLD | NEW |