Changeset 66031 in webkit for trunk/JavaScriptCore/runtime/RegExp.h
- Timestamp:
- Aug 25, 2010, 11:55:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExp.h
r62405 r66031 66 66 const char* m_constructionError; 67 67 unsigned m_numSubpatterns; 68 UString m_lastMatchString;69 int m_lastMatchStart;70 Vector<int, 32> m_lastOVector;71 68 72 69 #if ENABLE(YARR_JIT)
Note:
See TracChangeset
for help on using the changeset viewer.