Changeset 62148 in webkit for trunk/JavaScriptCore/runtime/RegExp.h
- Timestamp:
- Jun 29, 2010, 3:01:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExp.h
r61927 r62148 68 68 const char* m_constructionError; 69 69 unsigned m_numSubpatterns; 70 UString m_lastMatchString; 71 int m_lastMatchStart; 72 Vector<int, 32> m_lastOVector; 70 73 71 74 #if ENABLE(YARR_JIT)
Note:
See TracChangeset
for help on using the changeset viewer.