HomeSort by relevance Sort by last modified time
    Searched refs:PendingPhantomCallback (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
global-handles.h 186 class PendingPhantomCallback;
221 std::vector<PendingPhantomCallback> pending_phantom_callbacks_;
222 std::vector<PendingPhantomCallback> second_pass_callbacks_;
231 class GlobalHandles::PendingPhantomCallback {
234 PendingPhantomCallback(
global-handles.cc 260 std::vector<PendingPhantomCallback>* pending_phantom_callbacks) {
281 pending_phantom_callbacks->push_back(PendingPhantomCallback(
853 std::vector<PendingPhantomCallback> pending_phantom_callbacks;
883 void GlobalHandles::PendingPhantomCallback::Invoke(Isolate* isolate) {
    [all...]

Completed in 1606 milliseconds