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

Unified Diff: src/isolate.h

Issue 318773006: Revert "V8 can clear exception pending message, when should not do this." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | « no previous file | 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 426a7389217134aab419458cf2e585c4917d41e0..a52cfb5fdd111cf1adfd6b0a398c4aa5e7386f3e 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -604,8 +604,7 @@ class Isolate {
thread_local_top_.scheduled_exception_ = heap_.the_hole_value();
}
- bool HasExternalTryCatch();
- bool IsFinallyOnTop();
+ bool IsExternallyCaught();
bool is_catchable_by_javascript(Object* exception) {
return exception != heap()->termination_exception();
@@ -1180,10 +1179,7 @@ class Isolate {
void FillCache();
- // Propagate pending exception message to the v8::TryCatch.
- // If there is no external try-catch or message was successfully propagated,
- // then return true.
- bool PropagatePendingExceptionToExternalTryCatch();
+ void PropagatePendingExceptionToExternalTryCatch();
// Traverse prototype chain to find out whether the object is derived from
// the Error object.
« no previous file with comments | « no previous file | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698