f61facfdaf
Creation stack trace points to the place where callback was actually chained, scheduled points where parent promise was resolved.
For async tasks without creation stack (e.g. setTimeout) we continue to use scheduled as creation since usually they are the same.
BUG=v8:6189
R=dgozman@chromium.org
Review-Url: https://codereview.chromium.org/2868493002
Cr-Original-Commit-Position: refs/heads/master@{#45198}
Committed: e118462f18
Review-Url: https://codereview.chromium.org/2868493002
Cr-Commit-Position: refs/heads/master@{#45266}
44 lines
716 B
Plaintext
44 lines
716 B
Plaintext
Checks async instrumentation enabled in the middle.
|
|
|
|
Running test: beforeAsyncTaskScheduled
|
|
test (test.js:16:2)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
test (test.js:21:2)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
foo (test.js:10:2)
|
|
-- Promise.resolve --
|
|
test (test.js:19:14)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
foo (test.js:12:2)
|
|
-- Promise.resolve --
|
|
test (test.js:19:14)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
|
|
Running test: afterAsyncTaskScheduled
|
|
test (test.js:16:2)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
test (test.js:21:2)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
foo (test.js:10:2)
|
|
|
|
foo (test.js:12:2)
|
|
|
|
|
|
Running test: afterAsyncTaskStarted
|
|
test (test.js:16:2)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
test (test.js:21:2)
|
|
(anonymous) (expr1.js:0:0)
|
|
|
|
foo (test.js:10:2)
|
|
|
|
foo (test.js:12:2)
|
|
|