Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_binding.cc249 static node_module* modlist_internal;
250 static node_module* modlist_linked;
251 static thread_local node_module* thread_local_modpending;
257 struct node_module* mp = reinterpret_cast<struct node_module*>(m); in node_module_register()
277 void set(void* handle, node_module* mod) { in set()
292 node_module* get_and_increase_refcount(void* handle) { in get_and_increase_refcount()
321 node_module* module;
387 void DLib::SaveInGlobalHandleMap(node_module* mp) { in SaveInGlobalHandleMap()
392 node_module* DLib::GetSavedModuleFromGlobalHandleMap() { in GetSavedModuleFromGlobalHandleMap()
466 node_module* mp = thread_local_modpending; in DLOpen()
[all …]
Dnode_binding.h28 static node::node_module _module = { \
76 void SaveInGlobalHandleMap(node_module* mp);
77 node_module* GetSavedModuleFromGlobalHandleMap();
Denv.h694 std::set<struct node_module*> internal_bindings;
763 inline std::list<node_module>* extra_linked_bindings();
764 inline node_module* extra_linked_bindings_head();
765 inline node_module* extra_linked_bindings_tail();
1068 std::list<node_module> extra_linked_bindings_;
Dnode.h965 struct node_module { struct
974 struct node_module* nm_link; argument
1008 static node::node_module _module = \
1027 static node::node_module _module = \
1094 NODE_EXTERN void AddLinkedBinding(Environment* env, const node_module& mod);
Denv-inl.h684 inline std::list<node_module>* Environment::extra_linked_bindings() { in extra_linked_bindings()
688 inline node_module* Environment::extra_linked_bindings_head() { in extra_linked_bindings_head()
693 inline node_module* Environment::extra_linked_bindings_tail() { in extra_linked_bindings_tail()
Dnode_api.cc741 node_module napi_module_to_node_module(const napi_module* mod) { in napi_module_to_node_module()
758 node::node_module* nm = in napi_module_register()
759 new node::node_module(node::napi_module_to_node_module(mod)); in napi_module_register()
Dnode_internals.h405 node_module napi_module_to_node_module(const napi_module* mod);
/third_party/node/src/api/
Denvironment.cc775 void AddLinkedBinding(Environment* env, const node_module& mod) { in AddLinkedBinding()
779 node_module* prev_tail = env->extra_linked_bindings_tail(); in AddLinkedBinding()
786 node_module node_mod = napi_module_to_node_module(&mod); in AddLinkedBinding()
795 node_module mod = { in AddLinkedBinding()
813 node_module mod = { in AddLinkedBinding()
/third_party/node/doc/api/
Dcli.md989 `node --preserve-symlinks node_module/.bin/<foo>` to work. To apply the same