Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include <node_debug_options.h>
Public Member Functions | |
DebugOptions () | |
bool | ParseOption (const char *argv0, const std::string &option) |
bool | inspector_enabled () const |
bool | deprecated_invocation () const |
bool | invalid_invocation () const |
bool | wait_for_connect () const |
std::string | host_name () const |
void | set_host_name (std::string host_name) |
int | port () const |
void | set_port (int port) |
Definition at line 9 of file node_debug_options.h.
DebugOptions | ( | ) |
Definition at line 57 of file node_debug_options.cc.
|
inline |
Definition at line 14 of file node_debug_options.h.
Referenced by node::SetupProcessObject().
|
inline |
Definition at line 23 of file node_debug_options.h.
Referenced by DebugOptions::set_host_name(), and InspectorIo::WaitForDisconnect().
|
inline |
Definition at line 13 of file node_debug_options.h.
Referenced by Agent::Start().
|
inline |
Definition at line 19 of file node_debug_options.h.
Referenced by node::SetupProcessObject().
bool ParseOption | ( | const char * | argv0, |
const std::string & | option | ||
) |
Definition at line 63 of file node_debug_options.cc.
int port | ( | ) | const |
Definition at line 130 of file node_debug_options.cc.
Referenced by DebugOptions::set_host_name(), DebugOptions::set_port(), and InspectorIo::WaitForDisconnect().
|
inline |
Definition at line 24 of file node_debug_options.h.
References DebugOptions::host_name(), and DebugOptions::port().
|
inline |
Definition at line 26 of file node_debug_options.h.
References DebugOptions::port().
|
inline |
Definition at line 22 of file node_debug_options.h.
Referenced by node::SetupProcessObject(), and Agent::Start().