HomeSort by relevance Sort by last modified time
    Searched refs:ScriptCache (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
debug.h 157 class ScriptCache : private HashMap {
159 ScriptCache() : HashMap(ScriptMatch), collected_scripts_(10) {}
160 virtual ~ScriptCache() { Clear(); }
406 static ScriptCache* script_cache_;
debug.cc 496 ScriptCache* Debug::script_cache_ = NULL;
558 void ScriptCache::Add(Handle<Script> script) {
573 this, ScriptCache::HandleWeakScript);
578 Handle<FixedArray> ScriptCache::GetScripts() {
592 void ScriptCache::ProcessCollectedScripts() {
600 void ScriptCache::Clear() {
614 void ScriptCache::HandleWeakScript(v8::Persistent<v8::Value> obj, void* data) {
615 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data);
    [all...]

Completed in 31 milliseconds