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

#include <node_api.h>

Collaboration diagram for napi_module:
[legend]

Data Fields

int nm_version
 
unsigned int nm_flags
 
const char * nm_filename
 
napi_addon_register_func nm_register_func
 
const char * nm_modname
 
void * nm_priv
 
void * reserved [4]
 

Detailed Description

Definition at line 52 of file node_api.h.

Field Documentation

◆ nm_filename

const char* nm_filename

Definition at line 55 of file node_api.h.

Referenced by napi_module_register().

◆ nm_flags

unsigned int nm_flags

Definition at line 54 of file node_api.h.

Referenced by napi_module_register().

◆ nm_modname

const char* nm_modname

Definition at line 57 of file node_api.h.

Referenced by napi_module_register().

◆ nm_priv

void* nm_priv

Definition at line 58 of file node_api.h.

◆ nm_register_func

napi_addon_register_func nm_register_func

Definition at line 56 of file node_api.h.

◆ nm_version

int nm_version

Definition at line 53 of file node_api.h.

◆ reserved

void* reserved[4]

Definition at line 59 of file node_api.h.


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