Lines Matching defs:node
53 // See issue https://github.com/nodejs/node-v0.x-archive/issues/1236
129 namespace node {
203 } // namespace node
224 namespace node {
233 // init_process_flags in node.cc
734 // If at any point node::Stop() is called, the function will attempt to return
801 #define NODE_UNIXTIME_V8 node::NODE_UNIXTIME_V8
806 #define NODE_V8_UNIXTIME node::NODE_V8_UNIXTIME
876 #define NODE_SET_METHOD node::NODE_SET_METHOD
893 #define NODE_SET_PROTOTYPE_METHOD node::NODE_SET_PROTOTYPE_METHOD
970 node::addon_register_func nm_register_func;
971 node::addon_context_register_func nm_context_register_func;
1008 static node::node_module _module = \
1014 (node::addon_register_func) (regfunc), \
1027 static node::node_module _module = \
1034 (node::addon_context_register_func) (regfunc), \
1060 node::ModuleFlags::kLinked)
1117 ::node::async_id async_id;
1118 ::node::async_id trigger_async_id;
1121 /* This is a lot like node::AtExit, except that the hooks added via this
1311 class NODE_EXTERN CallbackScope : public node::CallbackScope {
1323 // Register a signal handler without interrupting any handlers that node
1337 } // namespace node