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

Unified Diff: src/v8.h

Issue 3078033: Version 2.3.6 (Closed)
Patch Set: Created 10 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/stub-cache.cc ('k') | src/v8natives.js » ('j') | no next file with comments »
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 966d5a9d2fdd5f3baae240c2440fc95fcda886fa..f761d3812f31124d2ffaf303c924a1dfcbe3214c 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -92,7 +92,8 @@ class V8 : public AllStatic {
static void SetFatalError();
// Report process out of memory. Implementation found in api.cc.
- static void FatalProcessOutOfMemory(const char* location);
+ static void FatalProcessOutOfMemory(const char* location,
+ bool take_snapshot = false);
// Random number generation support. Not cryptographically safe.
static uint32_t Random();
« no previous file with comments | « src/stub-cache.cc ('k') | src/v8natives.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698