Changeset 10818 in webkit for trunk/JavaScriptCore/kjs/regexp.cpp
- Timestamp:
- Oct 11, 2005, 1:43:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp.cpp
r10701 r10818 37 37 int options = PCRE_UTF8; 38 38 // Note: the Global flag is already handled by RegExpProtoFunc::execute. 39 // FIXME: That last comment is dubious. Not all RegExps get run through RegExpProtoFunc::execute. 39 40 if (flags & IgnoreCase) 40 41 options |= PCRE_CASELESS;
Note:
See TracChangeset
for help on using the changeset viewer.