V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::AsyncHooksWrap Class Reference

Public Member Functions

 AsyncHooksWrap (Isolate *isolate)
 
void Enable ()
 
void Disable ()
 
bool IsEnabled () const
 
v8::Local< v8::Functioninit_function () const
 
void set_init_function (v8::Local< v8::Function > value)
 
v8::Local< v8::Functionbefore_function () const
 
void set_before_function (v8::Local< v8::Function > value)
 
v8::Local< v8::Functionafter_function () const
 
void set_after_function (v8::Local< v8::Function > value)
 
v8::Local< v8::FunctionpromiseResolve_function () const
 
void set_promiseResolve_function (v8::Local< v8::Function > value)
 

Detailed Description

Definition at line 22 of file async-hooks-wrapper.h.


The documentation for this class was generated from the following files: