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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 243 RegExpCache* m_regExpCache;
263 RegExpCache* regExpCache() { return m_regExpCache; }
JSGlobalData.cpp 169 , m_regExpCache(new RegExpCache(this))
310 delete m_regExpCache;

Completed in 31 milliseconds