OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RE_EXCEPTION
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/regexp/
interpreter-irregexp.cc
184
return RegExpImpl::
RE_EXCEPTION
;
191
return RegExpImpl::
RE_EXCEPTION
;
198
return RegExpImpl::
RE_EXCEPTION
;
jsregexp.h
79
enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1,
RE_EXCEPTION
= -1 };
96
// If execution fails, sets a pending exception and returns
RE_EXCEPTION
.
[
all
...]
jsregexp.cc
511
==
RE_EXCEPTION
);
524
return
RE_EXCEPTION
;
551
if (result ==
RE_EXCEPTION
) {
599
if (res ==
RE_EXCEPTION
) {
[
all
...]
Completed in 212 milliseconds