mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
757 B
43 lines
757 B
8 years ago
|
Checks that async stacks works for async/await
|
||
|
foo2 (test.js:15:2)
|
||
|
-- async function --
|
||
|
foo2 (test.js:13:19)
|
||
|
test (test.js:24:8)
|
||
|
(anonymous) (expr.js:0:0)
|
||
|
|
||
|
foo2 (test.js:17:2)
|
||
|
-- async function --
|
||
|
foo2 (test.js:13:19)
|
||
|
test (test.js:24:8)
|
||
|
(anonymous) (expr.js:0:0)
|
||
|
|
||
|
foo1 (test.js:9:2)
|
||
|
foo2 (test.js:18:8)
|
||
|
-- async function --
|
||
|
foo2 (test.js:13:19)
|
||
|
test (test.js:24:8)
|
||
|
(anonymous) (expr.js:0:0)
|
||
|
|
||
|
foo1 (test.js:9:2)
|
||
|
-- Promise.resolve --
|
||
|
foo2 (test.js:19:30)
|
||
|
-- async function --
|
||
|
foo2 (test.js:13:19)
|
||
|
test (test.js:24:8)
|
||
|
(anonymous) (expr.js:0:0)
|
||
|
|
||
|
foo2 (test.js:20:2)
|
||
|
-- async function --
|
||
|
foo2 (test.js:13:19)
|
||
|
test (test.js:24:8)
|
||
|
(anonymous) (expr.js:0:0)
|
||
|
|
||
|
{
|
||
|
id : <messageId>
|
||
|
result : {
|
||
|
result : {
|
||
|
type : undefined
|
||
|
}
|
||
|
}
|
||
|
}
|