| Index: src/global-handles.h
|
| ===================================================================
|
| --- src/global-handles.h (revision 3407)
|
| +++ src/global-handles.h (working copy)
|
| @@ -78,6 +78,8 @@
|
| // Returns the current number of weak handles.
|
| static int NumberOfWeakHandles() { return number_of_weak_handles_; }
|
|
|
| + static void RecordStats(HeapStats* stats);
|
| +
|
| // Returns the current number of weak handles to global objects.
|
| // These handles are also included in NumberOfWeakHandles().
|
| static int NumberOfGlobalObjectWeakHandles() {
|
|
|