Home
last modified time | relevance | path

Searched refs:HasException (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/android/
Djni_android.cc221 bool HasException(JNIEnv* env) { in HasException() function
226 if (!HasException(env)) in ClearException()
234 if (!HasException(env)) in CheckException()
Djni_android.h139 BASE_EXPORT bool HasException(JNIEnv* env);
/external/libchrome/base/test/android/
Djava_handler_thread_helpers.cc26 DCHECK(HasException(env)); in ThrowExceptionAndAbort()
/external/v8/src/runtime/
Druntime-regexp.cc638 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
642 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
672 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
703 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
707 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
746 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
1136 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()
1227 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()
/external/v8/src/regexp/
Dregexp.h163 bool HasException() { return num_matches_ < 0; } in HasException() function