Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc89 if (!module_type.empty()) { in CheckOptions()
90 if (module_type != "commonjs" && module_type != "module") { in CheckOptions()
371 &EnvironmentOptions::module_type, in EnvironmentOptionsParser()
Dnode_options.h112 std::string module_type; variable
/third_party/python/Lib/importlib/
D_bootstrap.py1174 module_type = type(sys)
1176 if isinstance(module, module_type):