Home | History | Annotate | Download | only in src

Lines Matching refs:RE_SUCCESS

3794     if (result == RegExpImpl::RE_SUCCESS) {
3838 return RegExpImpl::RE_SUCCESS;
3872 if (result == RegExpImpl::RE_SUCCESS) {
3949 } while (result == RegExpImpl::RE_SUCCESS);
3971 return RegExpImpl::RE_SUCCESS;
4028 if (result == RegExpImpl::RE_SUCCESS) return *builder.ToJSArray(result_array);