Home | History | Annotate | Download | only in src

Lines Matching refs:RE_EXCEPTION

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