Home | History | Annotate | Download | only in src

Lines Matching refs:IrregexpResult

99   enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 };
117 static IrregexpResult IrregexpExecOnce(Handle<JSRegExp> regexp,