Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
Go to the source code of this file.
Namespaces | |
node | |
node::util | |
Macros | |
#define | VALUE_METHOD_MAP(V) |
#define | V(_, ucname) |
#define | V(name, _) &Environment::name, |
#define | V(lcname, ucname) env->SetMethod(target, #lcname, ucname); |
#define | V(name, _) |
#define | V(name) |
Functions | |
Local< Private > | IndexToPrivateSymbol (Environment *env, uint32_t index) |
void | StartSigintWatchdog (const FunctionCallbackInfo< Value > &args) |
void | StopSigintWatchdog (const FunctionCallbackInfo< Value > &args) |
void | WatchdogHasPendingSigint (const FunctionCallbackInfo< Value > &args) |
void | CreatePromise (const FunctionCallbackInfo< Value > &args) |
void | PromiseResolve (const FunctionCallbackInfo< Value > &args) |
void | PromiseReject (const FunctionCallbackInfo< Value > &args) |
void | Initialize (Local< Object > target, Local< Value > unused, Local< Context > context) |
#define V | ( | _, | |
ucname | |||
) |
Definition at line 40 of file node_util.cc.
Referenced by node::util::IndexToPrivateSymbol(), and node::util::Initialize().
#define V | ( | name, | |
_ | |||
) | &Environment::name, |
Definition at line 40 of file node_util.cc.
#define V | ( | lcname, | |
ucname | |||
) | env->SetMethod(target, #lcname, ucname); |
Definition at line 40 of file node_util.cc.
#define V | ( | name, | |
_ | |||
) |
Definition at line 40 of file node_util.cc.
#define V | ( | name | ) |
Definition at line 40 of file node_util.cc.
#define VALUE_METHOD_MAP | ( | V | ) |
Definition at line 23 of file node_util.cc.
Referenced by node::util::Initialize().