Home
last modified time | relevance | path

Searched refs:NODE_MODULE_INIT (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/addons/cpu-profiler-crash/
Dbinding.cc14 NODE_MODULE_INIT(/* exports, module, context */) { in NODE_MODULE_INIT() function
/third_party/node/test/addons/register-signal-handler/
Dbinding.cc32 NODE_MODULE_INIT() { in NODE_MODULE_INIT() function
/third_party/node/test/addons/uv-handle-leak/
Dbinding.cc51 NODE_MODULE_INIT(/*exports, module, context*/) { in NODE_MODULE_INIT() function
/third_party/node/doc/api/
Daddons.md134 Another option is to use the macro `NODE_MODULE_INIT()`, which will also
137 `NODE_MODULE_INIT()` serves as the declaration of such an initializer to be
141 invocation of `NODE_MODULE_INIT()`:
215 NODE_MODULE_INIT(/* exports, module, context */) {
248 * Be declared as context-aware using `NODE_MODULE_INIT()` as described above
309 NODE_MODULE_INIT(/* exports, module, context */) {
/third_party/node/src/
Dnode.h857 #define NODE_MODULE_INIT() \ macro