Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_native_module.cc271 const bool has_cache = cached_data != nullptr; in LookupAndCompile() local
273 has_cache ? ScriptCompiler::kConsumeCodeCache in LookupAndCompile()
301 *result = (has_cache && !script_source.GetCachedData()->rejected) in LookupAndCompile()