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

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

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: fixed usage of external reference 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
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 ae37bd6708e1186d69527e581378d74d2dbc4a9b..97646c19a49fdf8696b0affe861b17ae0366f544 100644
--- a/test/inspector/runtime/await-promise-expected.txt
+++ b/test/inspector/runtime/await-promise-expected.txt
@@ -39,6 +39,13 @@ Running test: testRejectedPromise
url :
}
]
+ creationFrame : {
+ columnNumber : 8
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
description : Promise.reject
}
}
@@ -86,6 +93,13 @@ Running test: testRejectedPromiseWithStack
url :
}
]
+ creationFrame : {
+ columnNumber : 11
+ functionName : createPromise
+ lineNumber : 5
+ scriptId : <scriptId>
+ url : test.js
+ }
description : Promise.reject
}
}

Powered by Google App Engine
This is Rietveld 408576698