Searched refs:HasException (Results 1 – 5 of 5) 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()
638 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()
163 bool HasException() { return num_matches_ < 0; } in HasException() function