mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 15:50:47 +00:00

PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
80 lines
1.3 KiB
Plaintext
80 lines
1.3 KiB
Plaintext
Check that continue-to-location works with different strategies.
|
|
|
|
Running test: testAwaitAny
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
asyncFact (test.js:9:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
asyncFact (test.js:11:2)
|
|
-- await --
|
|
asyncFact (test.js:10:20)
|
|
asyncFact (test.js:10:20)
|
|
asyncFact (test.js:10:20)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
|
|
Running test: testAwaitCurrent
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
asyncFact (test.js:9:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
asyncFact (test.js:11:2)
|
|
-- await --
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
|
|
Running test: testAny
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
fact (test.js:16:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
fact (test.js:18:2)
|
|
fact (test.js:17:14)
|
|
fact (test.js:17:14)
|
|
fact (test.js:17:14)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
|
|
Running test: testCurrent
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
fact (test.js:16:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
fact (test.js:18:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
|
|
Running test: testTopLevelAny
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
topLevel (test.js:23:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
(anonymous) (:1:10)
|
|
topLevel (test.js:23:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
(anonymous) (:4:10)
|
|
topLevel (test.js:23:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
|
|
Running test: testTopLevelCurrent
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
topLevel (test.js:23:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
(anonymous) (:1:10)
|
|
topLevel (test.js:23:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|
|
(anonymous) (:4:10)
|
|
topLevel (test.js:23:2)
|
|
(anonymous) (expr.js:0:0)
|
|
|