Home
last modified time | relevance | path

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

/third_party/node/src/
Dmodule_wrap.cc98 auto module_wrap_it = env->id_to_module_map.find(id); in GetFromID() local
99 if (module_wrap_it == env->id_to_module_map.end()) { in GetFromID()
102 return module_wrap_it->second; in GetFromID()