| 737 | ResultType GetEnumItem(UINT &aIndex, Var *, Var *, int); |
| 738 | |
| 739 | RegExMatchObject() : mHaystack(NULL), mOffset(NULL), mPatternName(NULL), mPatternCount(0), mMark(NULL) {} |
| 740 | |
| 741 | ~RegExMatchObject() |
| 742 | { |
nothing calls this directly
no outgoing calls
no test coverage detected