Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/
DV8Binding.cpp449 typedef HashMap<StringImpl*, v8::String*> StringCache; typedef
451 static StringCache& getStringCache() in getStringCache()
454 DEFINE_STATIC_LOCAL(StringCache, mainThreadStringCache, ()); in getStringCache()
479 StringCache& stringCache = getStringCache(); in v8ExternalStringSlow()