Home
last modified time | relevance | path

Searched refs:pending_phantom_callbacks_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dglobal-handles.h221 std::vector<PendingPhantomCallback> pending_phantom_callbacks_; variable
Dglobal-handles.cc633 node->CollectPhantomCallbackData(&pending_phantom_callbacks_); in IterateWeakRootsForPhantomHandles()
731 node->CollectPhantomCallbackData(&pending_phantom_callbacks_); in IterateNewSpaceWeakUnmodifiedRootsForPhantomHandles()
854 pending_phantom_callbacks.swap(pending_phantom_callbacks_); in DispatchPendingPhantomCallbacks()