Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index c9a82f0ff03545d761e4d65bcc1e0cff9f5d0977..a54002b0d1281b1ddd99397b0a1f13e831f68fe7 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -462,12 +462,15 @@ class V8HeapExplorer : public HeapEntriesAllocator { |
void ExtractSharedFunctionInfoReferences(int entry, |
SharedFunctionInfo* shared); |
void ExtractScriptReferences(int entry, Script* script); |
+ void ExtractAccessorPairReferences(int entry, AccessorPair* accessors); |
void ExtractCodeCacheReferences(int entry, CodeCache* code_cache); |
void ExtractCodeReferences(int entry, Code* code); |
void ExtractCellReferences(int entry, Cell* cell); |
void ExtractPropertyCellReferences(int entry, PropertyCell* cell); |
void ExtractClosureReferences(JSObject* js_obj, int entry); |
void ExtractPropertyReferences(JSObject* js_obj, int entry); |
+ void ExtractAccessorPairProperty(JSObject* js_obj, int entry, |
+ Object* key, Object* callback_obj); |
void ExtractElementReferences(JSObject* js_obj, int entry); |
void ExtractInternalReferences(JSObject* js_obj, int entry); |
bool IsEssentialObject(Object* object); |