Chromium Code Reviews| Index: test/inspector/debugger/async-promise-late-then-expected.txt |
| diff --git a/test/inspector/debugger/async-promise-late-then-expected.txt b/test/inspector/debugger/async-promise-late-then-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ee91377178fdf6878bba26306466120b73b17849 |
| --- /dev/null |
| +++ b/test/inspector/debugger/async-promise-late-then-expected.txt |
| @@ -0,0 +1,16 @@ |
| +Checks async stack for late .then handlers with gc |
| +foo1 (test.js:11:2) |
| +-- Promise.resolve -- |
| +test (test.js:20:2) |
| +(anonymous) (expr.js:0:0) |
| + |
| +foo1 (test.js:11:2) |
| +-- Promise.resolve -- |
| +test (test.js:20:2) |
| +(anonymous) (expr.js:0:0) |
| + |
| +foo1 (test.js:11:2) |
| +-- Promise.resolve -- |
| +test (test.js:20:2) |
| +(anonymous) (expr.js:0:0) |
| + |