Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-cache.h43 static Handle<JSFunction> LookupScript(Handle<String> source,
Dcompilation-cache.cc372 Handle<JSFunction> CompilationCache::LookupScript(Handle<String> source, in LookupScript() function in v8::internal::CompilationCache
Dcompiler.cc254 result = CompilationCache::LookupScript(source, in Compile()