Searched refs:NODE_MODULE_INIT (Results 1 – 5 of 5) sorted by relevance
14 NODE_MODULE_INIT(/* exports, module, context */) { in NODE_MODULE_INIT() function
32 NODE_MODULE_INIT() { in NODE_MODULE_INIT() function
51 NODE_MODULE_INIT(/*exports, module, context*/) { in NODE_MODULE_INIT() function
134 Another option is to use the macro `NODE_MODULE_INIT()`, which will also137 `NODE_MODULE_INIT()` serves as the declaration of such an initializer to be141 invocation of `NODE_MODULE_INIT()`:215 NODE_MODULE_INIT(/* exports, module, context */) {248 * Be declared as context-aware using `NODE_MODULE_INIT()` as described above309 NODE_MODULE_INIT(/* exports, module, context */) {
857 #define NODE_MODULE_INIT() \ macro