Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: test/inspector/runtime/await-promise-expected.txt

Issue 2578923002: [inspector] async stacks for Promise.then calls... (Closed)
Patch Set: avoid calling functions Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/debugger/async-stack-for-promise-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/await-promise-expected.txt
diff --git a/test/inspector/runtime/await-promise-expected.txt b/test/inspector/runtime/await-promise-expected.txt
index e23ead86cd0a2be0f4820a609bfcc268de3aae6b..ae37bd6708e1186d69527e581378d74d2dbc4a9b 100644
--- a/test/inspector/runtime/await-promise-expected.txt
+++ b/test/inspector/runtime/await-promise-expected.txt
@@ -29,6 +29,18 @@ Running test: testRejectedPromise
stackTrace : {
callFrames : [
]
+ parent : {
+ callFrames : [
+ [0] : {
+ columnNumber : 8
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ description : Promise.reject
+ }
}
text : Uncaught (in promise)
}
« no previous file with comments | « test/inspector/debugger/async-stack-for-promise-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698