Home | History | Annotate | Download | only in src

Lines Matching refs:RE_EXCEPTION

108   enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 };
125 // If execution fails, sets a pending exception and returns RE_EXCEPTION.