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

Unified Diff: src/execution.cc

Issue 11568014: Revert r13218 due to windows test failures. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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/execution.h ('k') | src/isolate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.cc
diff --git a/src/execution.cc b/src/execution.cc
index 01882058e51306895c144c2989b5df604dc377a9..e43ea65fc6420acb7ce882b062c34e574151bb44 100644
--- a/src/execution.cc
+++ b/src/execution.cc
@@ -423,14 +423,6 @@ bool StackGuard::IsTerminateExecution() {
}
-void StackGuard::ResumeExecution() {
- ASSERT(thread_local_.interrupt_flags_ & TERMINATE);
- ExecutionAccess access(isolate_);
- Continue(TERMINATE);
- isolate_->ResumeExecution();
-}
-
-
void StackGuard::TerminateExecution() {
ExecutionAccess access(isolate_);
thread_local_.interrupt_flags_ |= TERMINATE;
« no previous file with comments | « src/execution.h ('k') | src/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698