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.h405 node_module napi_module_to_node_module(const napi_module* mod);
Dnode_api.cc741 node_module napi_module_to_node_module(const napi_module* mod) { in napi_module_to_node_module() function
759 new node::node_module(node::napi_module_to_node_module(mod)); in napi_module_register()
/third_party/node/src/api/
Denvironment.cc786 node_module node_mod = napi_module_to_node_module(&mod); in AddLinkedBinding()