Lines Matching defs:callback
619 // the callback.
656 // Handle specific callback - might be a weak reference in disguise.
1163 // this point on. Also clear out callback and backreference for the version
1394 auto callback = second_pass_callbacks_.back();
1396 callback.Invoke(isolate(), PendingPhantomCallback::kSecondPass);
1479 // Transition to second pass. It is required that the first pass callback
1483 "Handle not reset in first callback. See comments on "
1486 if (pair.second.callback()) second_pass_callbacks_.push_back(pair.second);
1527 Data::Callback callback = callback_;
1529 callback(data);