Changeset 61623 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Jun 22, 2010, 12:16:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r59746 r61623 59 59 class Lexer; 60 60 class Parser; 61 class RegExpCache; 61 62 class Stringifier; 62 63 class Structure; … … 212 213 213 214 int maxReentryDepth; 215 216 RegExpCache* m_regExpCache; 217 214 218 #ifndef NDEBUG 215 219 ThreadIdentifier exclusiveThread; … … 223 227 void stopSampling(); 224 228 void dumpSampleData(ExecState* exec); 229 RegExpCache* regExpCache() { return m_regExpCache; } 225 230 private: 226 231 JSGlobalData(GlobalDataType, ThreadStackType);
Note:
See TracChangeset
for help on using the changeset viewer.