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

Unified Diff: include/v8.h

Issue 6672044: [Isolates] Fix debugger and termination APIs callable from other threads. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/isolates
Patch Set: Created 9 years, 9 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 | include/v8-debug.h » ('j') | include/v8-debug.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 9a8c59c1e674bc01664da26c90ca5aa8b70b524d..7dd27bf9828c9768caf0e3c581da6e4cdccd2120 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -2948,7 +2948,7 @@ class V8EXPORT V8 {
* This method can be used by any thread even if that thread has not
* acquired the V8 lock with a Locker object.
*/
- static void TerminateExecution();
+ static void TerminateExecution(Isolate* isolate = NULL);
Vitaly Repeshko 2011/03/16 18:08:21 Same here.
Mads Ager (chromium) 2011/03/16 18:52:47 Done.
/**
* Is V8 terminating JavaScript execution.
« no previous file with comments | « no previous file | include/v8-debug.h » ('j') | include/v8-debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698