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

Unified Diff: src/isolate.h

Issue 1437133006: postmortem: export private field offsets Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/heap/spaces.h ('k') | tools/gen-postmortem-metadata.py » ('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 79988f8f27a9a0c45f7d66fd4c2df9b46c4b81f0..2663246041c4ba18ea19f9a7d0170744d7e91f64 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -67,6 +67,7 @@ class InnerPointerToCodeCache;
class Logger;
class MaterializedObjectStore;
class CodeAgingHelper;
+class PostMortem;
class RegExpStack;
class SaveContext;
class StatsTable;
@@ -1358,6 +1359,9 @@ class Isolate {
friend class v8::Unlocker;
friend v8::StartupData v8::V8::CreateSnapshotDataBlob(const char*);
+ // Used in postmortem
+ friend class PostMortem;
+
DISALLOW_COPY_AND_ASSIGN(Isolate);
};
« no previous file with comments | « src/heap/spaces.h ('k') | tools/gen-postmortem-metadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698