mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 11:36:57 +00:00

PR-URL: https://github.com/nodejs/node/pull/40488 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
38 lines
604 B
Plaintext
38 lines
604 B
Plaintext
Checks that async stacks works for async/await
|
|
foo2 (test.js:15:2)
|
|
-- await --
|
|
test (test.js:24:8)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
foo2 (test.js:17:2)
|
|
-- await --
|
|
test (test.js:24:8)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
foo1 (test.js:9:2)
|
|
foo2 (test.js:18:8)
|
|
-- await --
|
|
test (test.js:24:8)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
foo1 (test.js:9:2)
|
|
-- Promise.then --
|
|
foo2 (test.js:19:43)
|
|
-- await --
|
|
test (test.js:24:8)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
foo2 (test.js:20:2)
|
|
-- await --
|
|
test (test.js:24:8)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
result : {
|
|
type : undefined
|
|
}
|
|
}
|
|
}
|