Home
last modified time | relevance | path

Searched defs:HasException (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/android/
Djni_android.cc221 bool HasException(JNIEnv* env) { in HasException() function
/external/v8/src/regexp/
Djsregexp.h154 V8_INLINE bool HasException() { return num_matches_ < 0; } in HasException() function