Searched defs:ScriptCache (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Ddebug.h165 class ScriptCache : private HashMap { class in namespace:v8::internal
167 ScriptCache() : HashMap(ScriptMatch), collected_scripts_(10) {} function in class:v8::internal::ScriptCache
168 virtual ~ScriptCache() { Clear(); }
483 ScriptCache* script_cache_;

Completed in 50 milliseconds