Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcompilation-cache-table.h90 static MaybeHandle<SharedFunctionInfo> LookupScript( in EXTERN_DECLARE_HASH_TABLE()
Dcompilation-cache-table.cc247 MaybeHandle<SharedFunctionInfo> CompilationCacheTable::LookupScript( in LookupScript() function in v8::internal::CompilationCacheTable
/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc180 MaybeHandle<SharedFunctionInfo> probe = CompilationCacheTable::LookupScript( in Lookup()
296 MaybeHandle<SharedFunctionInfo> CompilationCache::LookupScript( in LookupScript() function in v8::internal::CompilationCache
Dcompilation-cache.h160 MaybeHandle<SharedFunctionInfo> LookupScript(
Dcompiler.cc3028 compilation_cache->LookupScript(source, script_details, language_mode); in Compile()
3267 maybe_result = compilation_cache->LookupScript( in Compile()