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

Unified Diff: src/v8.h

Issue 746263002: Ensure external snapshot is only set once. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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/api.cc ('k') | src/v8.cc » ('j') | src/v8.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index 13c33e1860f4adf535b4d19c37283e9bfe1c0136..6b7c94ecd8f24c9d7e32c2b98c346c8842b76d8d 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -82,6 +82,9 @@ class V8 : public AllStatic {
static void ShutdownPlatform();
static v8::Platform* GetCurrentPlatform();
+ static void SetNativesBlob(StartupData* natives_blob);
+ static void SetSnapshotBlob(StartupData* snapshot_blob);
+
private:
static void InitializeOncePerProcessImpl();
static void InitializeOncePerProcess();
« no previous file with comments | « src/api.cc ('k') | src/v8.cc » ('j') | src/v8.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698