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

  /external/webkit/WebCore/bindings/js/
JSDOMBinding.h 137 typedef JSC::WeakGCMap<StringImpl*, JSC::JSString*> JSStringCache;
153 JSStringCache m_stringCache;
357 JSC::JSValue jsStringSlowCase(JSC::ExecState*, JSStringCache&, StringImpl*);
441 JSStringCache& stringCache = currentWorld(exec)->m_stringCache;
JSDOMBinding.cpp 540 JSStringCache& cache = static_cast<WebCoreJSClientData*>(clientData)->normalWorld()->m_stringCache;
554 JSValue jsStringSlowCase(ExecState* exec, JSStringCache& stringCache, StringImpl* stringImpl)

Completed in 1950 milliseconds