Searched refs:RE_FAILURE (Results 1 – 3 of 3) sorted by relevance
244 return RegExpImpl::RE_FAILURE; in RawMatch()
102 enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 }; enumerator
239 return RegExpImpl::RE_FAILURE; in AtomExecRaw()281 if (res == RegExpImpl::RE_FAILURE) return isolate->factory()->null_value(); in AtomExec()468 static_cast<int>(NativeRegExpMacroAssembler::FAILURE) == RE_FAILURE); in IrregexpExecRaw()562 DCHECK(res == RE_FAILURE); in IrregexpExec()