Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include <inspector_socket.h>
Data Fields | |
uv_alloc_cb | alloc_cb |
uv_read_cb | read_cb |
inspector_cb | close_cb |
bool | close_sent |
bool | received_close |
Definition at line 43 of file inspector_socket.h.
uv_alloc_cb alloc_cb |
Definition at line 44 of file inspector_socket.h.
Referenced by node::inspector::inspector_read_start(), and node::inspector::inspector_read_stop().
inspector_cb close_cb |
Definition at line 46 of file inspector_socket.h.
Referenced by node::inspector::inspector_close().
bool close_sent |
Definition at line 47 of file inspector_socket.h.
Referenced by node::inspector::inspector_read_start().
uv_read_cb read_cb |
Definition at line 45 of file inspector_socket.h.
Referenced by node::inspector::inspector_read_start(), and node::inspector::inspector_read_stop().
bool received_close |
Definition at line 48 of file inspector_socket.h.