Home
last modified time | relevance | path

Searched refs:node_module (Results 1 – 9 of 9) sorted by relevance

/third_party/node/src/
Dnode_binding.cc244 static node_module* modlist_internal;
245 static node_module* modlist_linked;
246 static thread_local node_module* thread_local_modpending;
252 struct node_module* mp = reinterpret_cast<struct node_module*>(m); in node_module_register()
272 void set(void* handle, node_module* mod) { in set()
287 node_module* get_and_increase_refcount(void* handle) { in get_and_increase_refcount()
316 node_module* module;
382 void DLib::SaveInGlobalHandleMap(node_module* mp) { in SaveInGlobalHandleMap()
387 node_module* DLib::GetSavedModuleFromGlobalHandleMap() { in GetSavedModuleFromGlobalHandleMap()
455 node_module* mp = thread_local_modpending; in DLOpen()
[all …]
Dnode_binding.h28 static node::node_module _module = { \
69 void SaveInGlobalHandleMap(node_module* mp);
70 node_module* GetSavedModuleFromGlobalHandleMap();
Dnode.h746 struct node_module { struct
755 struct node_module* nm_link; argument
787 static node::node_module _module = \
806 static node::node_module _module = \
873 NODE_EXTERN void AddLinkedBinding(Environment* env, const node_module& mod);
Denv.h1073 inline std::list<node_module>* extra_linked_bindings();
1074 inline node_module* extra_linked_bindings_head();
1075 inline node_module* extra_linked_bindings_tail();
1406 std::list<node_module> extra_linked_bindings_;
Dnode_api.cc620 node_module napi_module_to_node_module(const napi_module* mod) { in napi_module_to_node_module()
637 node::node_module* nm = new node::node_module( in napi_module_register()
Denv-inl.h972 inline std::list<node_module>* Environment::extra_linked_bindings() { in extra_linked_bindings()
976 inline node_module* Environment::extra_linked_bindings_head() { in extra_linked_bindings_head()
981 inline node_module* Environment::extra_linked_bindings_tail() { in extra_linked_bindings_tail()
Dnode_internals.h396 node_module napi_module_to_node_module(const napi_module* mod);
/third_party/node/src/api/
Denvironment.cc680 void AddLinkedBinding(Environment* env, const node_module& mod) { in AddLinkedBinding()
684 node_module* prev_tail = env->extra_linked_bindings_tail(); in AddLinkedBinding()
698 node_module mod = { in AddLinkedBinding()
/third_party/node/doc/api/
Dcli.md704 `node --preserve-symlinks node_module/.bin/<foo>` to work. To apply the same