Searched refs:node_module (Results 1 – 10 of 10) sorted by relevance
258 static node_module* modlist_internal;259 static node_module* modlist_linked;260 static thread_local node_module* thread_local_modpending;266 struct node_module* mp = reinterpret_cast<struct node_module*>(m); in node_module_register()286 void set(void* handle, node_module* mod) { in set()301 node_module* get_and_increase_refcount(void* handle) { in get_and_increase_refcount()330 node_module* module;396 void DLib::SaveInGlobalHandleMap(node_module* mp) { in SaveInGlobalHandleMap()401 node_module* DLib::GetSavedModuleFromGlobalHandleMap() { in GetSavedModuleFromGlobalHandleMap()475 node_module* mp = thread_local_modpending; in DLOpen()[all …]
30 static node::node_module _module = { \89 void SaveInGlobalHandleMap(node_module* mp);90 node_module* GetSavedModuleFromGlobalHandleMap();
965 struct node_module { struct974 struct node_module* nm_link; argument1008 static node::node_module _module = \1027 static node::node_module _module = \1094 NODE_EXTERN void AddLinkedBinding(Environment* env, const node_module& mod);
754 inline std::list<node_module>* extra_linked_bindings();755 inline node_module* extra_linked_bindings_head();756 inline node_module* extra_linked_bindings_tail();1059 std::list<node_module> extra_linked_bindings_;
678 inline std::list<node_module>* Environment::extra_linked_bindings() { in extra_linked_bindings()682 inline node_module* Environment::extra_linked_bindings_head() { in extra_linked_bindings_head()687 inline node_module* Environment::extra_linked_bindings_tail() { in extra_linked_bindings_tail()
122 std::set<struct node_module*> internal_bindings;
742 node_module jsvm_module_to_node_module(const jsvm_module* mod) { in jsvm_module_to_node_module()759 node::node_module* nm = in jsvm_module_register()760 new node::node_module(node::jsvm_module_to_node_module(mod)); in jsvm_module_register()
405 node_module jsvm_module_to_node_module(const jsvm_module* mod);
781 void AddLinkedBinding(Environment* env, const node_module& mod) { in AddLinkedBinding()785 node_module* prev_tail = env->extra_linked_bindings_tail(); in AddLinkedBinding()792 node_module node_mod = jsvm_module_to_node_module(&mod); in AddLinkedBinding()801 node_module mod = { in AddLinkedBinding()819 node_module mod = { in AddLinkedBinding()
1035 `node --preserve-symlinks node_module/.bin/<foo>` to work. To apply the same