Searched defs:pending_phantom_callbacks (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dglobal-handles.cc272 List<PendingPhantomCallback>* pending_phantom_callbacks) {
295 pending_phantom_callbacks->Add(
517 // Takes ownership of the contents of pending_phantom_callbacks, leaving it in
520 List<PendingPhantomCallback>* pending_phantom_callbacks, Isolate* isolate)
522 pending_phantom_callbacks_.Swap(pending_phantom_callbacks);
270 CollectPhantomCallbackData( Isolate* isolate, List<PendingPhantomCallback>* pending_phantom_callbacks) argument

Completed in 151 milliseconds