Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/v8/
DV8Binding.cpp381 typedef HashMap<StringImpl*, v8::String*> StringCache; typedef
383 static StringCache& getStringCache() in getStringCache()
386 DEFINE_STATIC_LOCAL(StringCache, mainThreadStringCache, ()); in getStringCache()
409 StringCache& stringCache = getStringCache(); in v8ExternalString()