Searched refs:node_module (Results 1 – 9 of 9) sorted by relevance
244 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 …]
28 static node::node_module _module = { \69 void SaveInGlobalHandleMap(node_module* mp);70 node_module* GetSavedModuleFromGlobalHandleMap();
746 struct node_module { struct755 struct node_module* nm_link; argument787 static node::node_module _module = \806 static node::node_module _module = \873 NODE_EXTERN void AddLinkedBinding(Environment* env, const node_module& mod);
1073 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_;
620 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()
972 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()
396 node_module napi_module_to_node_module(const napi_module* mod);
680 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()
704 `node --preserve-symlinks node_module/.bin/<foo>` to work. To apply the same