Changeset 65286 in webkit for trunk/JavaScriptCore/runtime/RegExpKey.h
- Timestamp:
- Aug 12, 2010, 6:05:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpKey.h
r65104 r65286 59 59 } 60 60 61 RegExpKey(int flags, const RefPtr<StringImpl>& pattern) 62 : flagsValue(flags) 63 , pattern(pattern) 64 { 65 } 66 61 67 RegExpKey(const UString& flags, const UString& pattern) 62 68 : pattern(pattern.impl())
Note:
See TracChangeset
for help on using the changeset viewer.