Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_native_module_env.cc95 ToJsSet(context, env->native_modules_without_cache)) in GetCacheUsage()
121 env->native_modules_without_cache.insert(id); in RecordResult()
Denv.cc1276 native_modules_without_cache); in MemoryInfo()
Denv.h1012 std::set<std::string> native_modules_without_cache; variable