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

Unified Diff: src/isolate.h

Issue 2325813002: Async/await catch prediction for "the synchronous case" (Closed)
Patch Set: Formatting Created 4 years, 3 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/debug/debug.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 9fb3b44ec05d0b6d55e85cc1bb5fda06ea4b151d..3e4215c285e947ef895289f6db890b67908b28b5 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -674,6 +674,7 @@ class Isolate {
void PushPromise(Handle<JSObject> promise);
void PopPromise();
Handle<Object> GetPromiseOnStackOnThrow();
adamk 2016/09/09 19:13:44 Please give this a comment while you're changing w
Dan Ehrenberg 2016/09/10 01:58:03 Done
jgruber 2016/09/12 10:27:31 I think Adam meant a comment on GetPromiseOnStackO
Dan Ehrenberg 2016/09/12 22:12:11 Oops, gave a comment on that too. It's still retur
+ bool PromiseHasUserDefinedRejectHandler(Handle<Object> promise);
class ExceptionScope {
public:
« no previous file with comments | « src/debug/debug.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698