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

  /external/v8/src/
debug.h 165 class ScriptCache : private HashMap {
167 ScriptCache() : HashMap(ScriptMatch), collected_scripts_(10) {}
168 virtual ~ScriptCache() { Clear(); }
483 ScriptCache* script_cache_;
    [all...]
debug.cc 600 void ScriptCache::Add(Handle<Script> script) {
619 ScriptCache::HandleWeakScript);
624 Handle<FixedArray> ScriptCache::GetScripts() {
638 void ScriptCache::ProcessCollectedScripts() {
647 void ScriptCache::Clear() {
662 void ScriptCache::HandleWeakScript(v8::Persistent<v8::Value> obj, void* data) {
663 ScriptCache* script_cache = reinterpret_cast<ScriptCache*>(data);
    [all...]

Completed in 62 milliseconds