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

Unified Diff: src/objects-printer.cc

Issue 2695753002: [ESnext] Implement Promise.prototype.finally (Closed)
Patch Set: Rename GotoUnless Created 3 years, 10 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 | « src/flag-definitions.h ('k') | test/mjsunit/harmony/promise-prototype-finally.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-printer.cc
diff --git a/src/objects-printer.cc b/src/objects-printer.cc
index dfeb3cb8ef7e71c0b95d4a791320a59ae69fa82b..53c35e9c639d5255c545b7b6819fb19d41a25c5d 100644
--- a/src/objects-printer.cc
+++ b/src/objects-printer.cc
@@ -500,6 +500,7 @@ void JSPromise::JSPromisePrint(std::ostream& os) { // NOLINT
os << "\n - fulfill_reactions = " << Brief(fulfill_reactions());
os << "\n - reject_reactions = " << Brief(reject_reactions());
os << "\n - has_handler = " << has_handler();
+ os << "\n ";
}
void JSRegExp::JSRegExpPrint(std::ostream& os) { // NOLINT
« no previous file with comments | « src/flag-definitions.h ('k') | test/mjsunit/harmony/promise-prototype-finally.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698