Lines Matching defs:callback
10 #include "v8-weak-callback-info.h" // NOLINT(build/include_directory)
138 * Install a finalization callback on this object.
139 * NOTE: There is no guarantee as to *when* or even *if* the callback is
144 * The callback is supposed to reset the handle. No further V8 API may be
145 * called in this callback. In case additional work involving V8 needs to be
146 * done, a second callback can be scheduled using
151 typename WeakCallbackInfo<P>::Callback callback,
155 * Turns this handle into a weak phantom handle without finalization callback.
502 P* parameter, typename WeakCallbackInfo<P>::Callback callback,
510 reinterpret_cast<Callback>(callback), type);