Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_builtins.cc297 const bool has_cache = cached_data != nullptr; in LookupAndCompileInternal() local
299 has_cache ? ScriptCompiler::kConsumeCodeCache in LookupAndCompileInternal()
306 has_cache ? "with" : "without"); in LookupAndCompileInternal()
332 *result = (has_cache && !script_source.GetCachedData()->rejected) in LookupAndCompileInternal()
336 if (has_cache) { in LookupAndCompileInternal()