Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_binding.cc258 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 …]
Dnode_binding.h30 static node::node_module _module = { \
89 void SaveInGlobalHandleMap(node_module* mp);
90 node_module* GetSavedModuleFromGlobalHandleMap();
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.h754 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_;
Denv-inl.h678 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()
Dnode_realm.h122 std::set<struct node_module*> internal_bindings;
Dnode_api.cc742 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()
Dnode_internals.h405 node_module jsvm_module_to_node_module(const jsvm_module* mod);
/third_party/node/src/api/
Denvironment.cc781 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()
/third_party/node/doc/api/
Dcli.md1035 `node --preserve-symlinks node_module/.bin/<foo>` to work. To apply the same