Type Definition v8::PromiseHook

source · []
pub type PromiseHook = extern "C" fn(_: PromiseHookType, _: Local<'_, Promise>, _: Local<'_, Value>);