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

Unified Diff: src/isolate.h

Issue 2325813002: Async/await catch prediction for "the synchronous case" (Closed)
Patch Set: 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
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 9fb3b44ec05d0b6d55e85cc1bb5fda06ea4b151d..913e07071cc7f679dfde3a9384dfa51fe6fa6604 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();
+ bool PromiseHasUserDefinedRejectHandler(Handle<JSObject> promise);
class ExceptionScope {
public:
« no previous file with comments | « src/debug/debug.cc ('k') | src/isolate.cc » ('j') | src/runtime/runtime-internal.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698