V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
AsyncHooksWrap (Isolate *isolate) | |
void | Enable () |
void | Disable () |
bool | IsEnabled () const |
v8::Local< v8::Function > | init_function () const |
void | set_init_function (v8::Local< v8::Function > value) |
v8::Local< v8::Function > | before_function () const |
void | set_before_function (v8::Local< v8::Function > value) |
v8::Local< v8::Function > | after_function () const |
void | set_after_function (v8::Local< v8::Function > value) |
v8::Local< v8::Function > | promiseResolve_function () const |
void | set_promiseResolve_function (v8::Local< v8::Function > value) |
Definition at line 22 of file async-hooks-wrapper.h.