Changeset 39089 in webkit for trunk/JavaScriptCore/runtime/RegExp.cpp
- Timestamp:
- Dec 7, 2008, 8:16:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExp.cpp
r39083 r39089 45 45 , m_numSubpatterns(0) 46 46 { 47 UNUSED_PARAM(globalData); 47 48 #if ENABLE(WREC) 48 49 m_wrecFunction = Generator::compileRegExp(globalData, pattern, &m_numSubpatterns, &m_constructionError, m_executablePool); … … 68 69 , m_numSubpatterns(0) 69 70 { 71 UNUSED_PARAM(globalData); 72 70 73 // NOTE: The global flag is handled on a case-by-case basis by functions like 71 74 // String::match and RegExpObject::match.
Note:
See TracChangeset
for help on using the changeset viewer.