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

Unified Diff: src/isolate.h

Issue 2878014: [Isolates] Fixing Win32 compile and running tests failure. (Closed)
Patch Set: Typos Created 10 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 | « src/builtins.cc ('k') | 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 088d73adaa847056c1de1cde2de44da18633e37c..5db97acfa304c7c073bd1372b509c6de628b58bf 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -277,6 +277,9 @@ class Isolate {
static Isolate* InitThreadForGlobalIsolate();
#endif
+ // Destroy the global isolate.
+ static void TearDown();
+
// Destroy the global isolate and create a new one in its place.
static void TearDownAndRecreateGlobalIsolate();
« no previous file with comments | « src/builtins.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698