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