|
Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include <node.h>
Data Fields | |
| int | nm_version |
| unsigned int | nm_flags |
| void * | nm_dso_handle |
| const char * | nm_filename |
| node::addon_register_func | nm_register_func |
| node::addon_context_register_func | nm_context_register_func |
| const char * | nm_modname |
| void * | nm_priv |
| struct node_module * | nm_link |
| node::addon_context_register_func nm_context_register_func |
| unsigned int nm_flags |
Definition at line 433 of file node.h.
Referenced by node::get_builtin_module(), node::get_linked_module(), and node::node_module_register().
| struct node_module* nm_link |
Definition at line 440 of file node.h.
Referenced by node::get_builtin_module(), node::get_linked_module(), and node::node_module_register().
| const char* nm_modname |
Definition at line 438 of file node.h.
Referenced by node::get_builtin_module(), and node::get_linked_module().
| node::addon_register_func nm_register_func |