| Index: src/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
|
| index e4038b10f43cc51f36fa81d250427775b980dce7..b8199ba437ce136c3ef7c6599d8632f477bd11fb 100644
|
| --- a/src/heap-snapshot-generator.h
|
| +++ b/src/heap-snapshot-generator.h
|
| @@ -447,6 +447,8 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| int EstimateObjectsCount(HeapIterator* iterator);
|
| bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
|
| void TagGlobalObjects();
|
| + void TagCodeObject(Code* code);
|
| + void TagCodeObject(Code* code, const char* external_name);
|
|
|
| static String* GetConstructorName(JSObject* object);
|
|
|
|
|