Changeset 2760 in webkit for trunk/JavaScriptCore/kjs/regexp_object.cpp
- Timestamp:
- Nov 19, 2002, 2:02:26 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/regexp_object.cpp
r1799 r2760 194 194 } 195 195 196 Value RegExpObjectImp::get(ExecState *exec, const UString&p) const196 Value RegExpObjectImp::get(ExecState *exec, const Identifier &p) const 197 197 { 198 198 if (p[0] == '$' && lastOvector)
Note:
See TracChangeset
for help on using the changeset viewer.