Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that call stack sidebar contains correct labels for async await functions. | |
| 2 | |
| 3 Set timer for test function. | |
| 4 footest.js:6 | |
| 5 boo awaits foo | |
| 6 bootest.js:12 | |
| 7 testFunction awaits boo | |
| 8 testFunctiontest.js:18 | |
| 9 testFunction awaits boo | |
|
dgozman
2016/10/20 01:19:01
awaits boo 2 times?
kozy
2016/10/20 01:39:33
Done.
| |
| 10 setTimeout (async) | |
| 11 scheduleTestFunctiondebugger-test.js:3 | |
| 12 (anonymous)VM:1 | |
| 13 | |
| OLD | NEW |