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

Unified Diff: src/execution.cc

Issue 1310253002: Move StackGuard::InterruptRequested into StackLimitCheck. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_issue-cr-522380
Patch Set: Created 5 years, 4 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/execution.h ('k') | src/isolate.h » ('j') | src/json-parser.h » ('J')
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 cb14a36c8fbe4d974c1b9fa0ae69a21f5bfa5f8b..4ab2403e56f0a0cc9d9345e51e0a233a260ff21c 100644
--- a/src/execution.cc
+++ b/src/execution.cc
@@ -639,7 +639,7 @@ Handle<String> Execution::GetStackTraceLine(Handle<Object> recv,
}
-void StackGuard::CheckAndHandleGCInterrupt() {
+void StackGuard::HandleGCInterrupt() {
if (CheckAndClearInterrupt(GC_REQUEST)) {
isolate_->heap()->HandleGCRequest();
}
« no previous file with comments | « src/execution.h ('k') | src/isolate.h » ('j') | src/json-parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698