Home
last modified time | relevance | path

Searched refs:GetCachedData (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-script.h424 V8_INLINE const CachedData* GetCachedData() const;
806 const ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData() in GetCachedData() function in v8::ScriptCompiler::Source
/third_party/node/deps/v8/include/
H A Dv8-script.h391 V8_INLINE const CachedData* GetCachedData() const;
721 const ScriptCompiler::CachedData* ScriptCompiler::Source::GetCachedData() in GetCachedData() function in v8::ScriptCompiler::Source
/third_party/node/src/
H A Dnode_builtins.cc326 *result = (has_cache && !script_source.GetCachedData()->rejected) in LookupAndCompileInternal()
334 script_source.GetCachedData()->buffer_policy == in LookupAndCompileInternal()
338 script_source.GetCachedData()->rejected ? "is rejected" in LookupAndCompileInternal()
H A Dmodule_wrap.cc199 if (source.GetCachedData() == nullptr) { in New()
216 source.GetCachedData()->rejected) { in New()
H A Dnode_contextify.cc857 if (source.GetCachedData() != nullptr) in New()
929 Boolean::New(env->isolate(), source.GetCachedData()->rejected)) in StoreCodeCacheResult()
1228 if (source.GetCachedData() == nullptr) { in CompileFunction()

Completed in 7 milliseconds