|
Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include <node.h>
Public Member Functions | |
| NODE_DEPRECATED ("Use async_context directly as returned by EmitAsyncInit()", operator::node::async_id() const { return async_id;}) | |
Data Fields | |
| ::node::async_id | async_id |
| ::node::async_id | trigger_async_id |
| NODE_DEPRECATED | ( | "Use async_context directly as returned by EmitAsyncInit()" | , |
| operator::node::async_id() const { return async_id;} | |||
| ) |
Definition at line 543 of file node.h.
Referenced by node::EmitAsyncDestroy(), node::EmitAsyncInit(), and node::MakeCallback().
| ::node::async_id trigger_async_id |
Definition at line 544 of file node.h.
Referenced by node::EmitAsyncInit(), and node::MakeCallback().