| OLD | NEW |
| 1 | 1 |
| 2 Tests asynchronous call stacks for Web SQL. | 2 Tests asynchronous call stacks for Web SQL. |
| 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) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:39) | 7 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:39) |
| 8 [SQLTransaction] | 8 [SQLTransaction] |
| 9 0) openDB (async-callstack-web-sql.html:27) | 9 0) openDB (async-callstack-web-sql.html:27) |
| 10 [setTimeout] | 10 [setTimeout] |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 0) testFunction (async-callstack-web-sql.html:9) | 38 0) testFunction (async-callstack-web-sql.html:9) |
| 39 | 39 |
| 40 Call stack: | 40 Call stack: |
| 41 0) onSuccess (async-callstack-web-sql.html:14) | 41 0) onSuccess (async-callstack-web-sql.html:14) |
| 42 [SQLTransaction] | 42 [SQLTransaction] |
| 43 0) openDB (async-callstack-web-sql.html:27) | 43 0) openDB (async-callstack-web-sql.html:27) |
| 44 [setTimeout] | 44 [setTimeout] |
| 45 0) testFunction (async-callstack-web-sql.html:9) | 45 0) testFunction (async-callstack-web-sql.html:9) |
| 46 | 46 |
| 47 | 47 |
| OLD | NEW |