Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dd8.cc197 ScriptCompiler::Source cached_source( in CompileString() local
202 script = ScriptCompiler::CompileUnbound(isolate, &cached_source, in CompileString()
Dbootstrapper.cc62 Handle<Object> cached_source(heap->natives_source_cache()->get(index), in NativesSourceLookup() local
64 return Handle<String>::cast(cached_source); in NativesSourceLookup()