Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
node_module Struct Reference

#include <node.h>

Collaboration diagram for node_module:
[legend]

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_modulenm_link
 

Detailed Description

Definition at line 431 of file node.h.

Field Documentation

◆ nm_context_register_func

node::addon_context_register_func nm_context_register_func

Definition at line 437 of file node.h.

◆ nm_dso_handle

void* nm_dso_handle

Definition at line 434 of file node.h.

◆ nm_filename

const char* nm_filename

Definition at line 435 of file node.h.

◆ nm_flags

unsigned int nm_flags

◆ nm_link

struct node_module* nm_link

◆ nm_modname

const char* nm_modname

Definition at line 438 of file node.h.

Referenced by node::get_builtin_module(), and node::get_linked_module().

◆ nm_priv

void* nm_priv

Definition at line 439 of file node.h.

◆ nm_register_func

node::addon_register_func nm_register_func

Definition at line 436 of file node.h.

◆ nm_version

int nm_version

Definition at line 432 of file node.h.


The documentation for this struct was generated from the following file: