Home
last modified time | relevance | path

Searched refs:NM_F_INTERNAL (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_binding.h18 NM_F_INTERNAL = 1 << 2, enumerator
61 NODE_BINDING_CONTEXT_AWARE_CPP(modname, regfunc, nullptr, NM_F_INTERNAL)
Dnode_binding.cc268 if (mp->nm_flags & NM_F_INTERNAL) { in node_module_register()
644 node_module* mod = FindModule(modlist_internal, *module_v, NM_F_INTERNAL); in GetInternalBinding()