aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/global-handles.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/global-handles.h')
-rw-r--r--deps/v8/src/global-handles.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/v8/src/global-handles.h b/deps/v8/src/global-handles.h
index cb5619ffbe..6724847303 100644
--- a/deps/v8/src/global-handles.h
+++ b/deps/v8/src/global-handles.h
@@ -162,14 +162,6 @@ class GlobalHandles {
return number_of_global_handles_;
}
- // Collect up data for the weak handle callbacks after GC has completed, but
- // before memory is reclaimed.
- void CollectAllPhantomCallbackData();
-
- // Collect up data for the weak handle callbacks referenced by young
- // generation after GC has completed, but before memory is reclaimed.
- void CollectYoungPhantomCallbackData();
-
// Clear the weakness of a global handle.
static void* ClearWeakness(Object** location);