Home
last modified time | relevance | path

Searched refs:napi_module_to_node_module (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_internals.h396 node_module napi_module_to_node_module(const napi_module* mod);
Dnode_api.cc620 node_module napi_module_to_node_module(const napi_module* mod) { in napi_module_to_node_module() function
638 node::napi_module_to_node_module(mod)); in napi_module_register()
/third_party/node/src/api/
Denvironment.cc691 AddLinkedBinding(env, napi_module_to_node_module(&mod)); in AddLinkedBinding()