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

Unified Diff: include/v8.h

Issue 238803002: Removed GetDefaultIsolate{Debugger,ForLocking,StackGuard}. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 6 years, 8 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 fe020819c0b382af4a1891553cf85e5c5ee5284d..4d99d151522b98b22d8d10fc2ec5e2f0b77e7798 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -4840,15 +4840,14 @@ class V8_EXPORT V8 {
/**
* Forcefully terminate the current thread of JavaScript execution
- * in the given isolate. If no isolate is provided, the default
- * isolate is used.
+ * in the given isolate.
*
* This method can be used by any thread even if that thread has not
* acquired the V8 lock with a Locker object.
*
* \param isolate The isolate in which to terminate the current JS execution.
*/
- static void TerminateExecution(Isolate* isolate = NULL);
Paweł Hajdan Jr. 2014/04/17 14:24:07 Shouldn't this go through V8_DEPRECATED first?
+ static void TerminateExecution(Isolate* isolate);
/**
* 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