Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Ddebug.h165 Handle<FixedArray> GetScripts();
Ddebug.cc589 Handle<FixedArray> ScriptCache::GetScripts() { in GetScripts() function in v8::internal::ScriptCache
1722 return script_cache_->GetScripts(); in GetLoadedScripts()