Searched refs:HasException (Results 1 – 6 of 6) sorted by relevance
221 bool HasException(JNIEnv* env) { in HasException() function226 if (!HasException(env)) in ClearException()234 if (!HasException(env)) in CheckException()
139 BASE_EXPORT bool HasException(JNIEnv* env);
26 DCHECK(HasException(env)); in ThrowExceptionAndAbort()
640 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()644 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()681 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()713 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()717 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()754 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()1164 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()1255 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()
154 V8_INLINE bool HasException() { return num_matches_ < 0; } in HasException() function
58 // def HasException : Predicate<"Subtarget.hasException()">;