Home
last modified time | relevance | path

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

/external/libmojo/base/android/
Djni_android.cc206 bool HasException(JNIEnv* env) { in HasException() function
/external/v8/src/regexp/
Djsregexp.h129 INLINE(bool HasException()) { return num_matches_ < 0; } in INLINE()