Searched refs:HasException (Results 1 – 6 of 6) sorted by relevance
156 ASSERT_FALSE(HasException(env)); in TEST()178 ASSERT_FALSE(HasException(env)); in TEST()206 ASSERT_FALSE(HasException(env)); in TEST()233 ASSERT_FALSE(HasException(env)); in TEST()271 ASSERT_FALSE(HasException(env)); in TEST()
213 bool HasException(JNIEnv* env) { in HasException() function218 if (!HasException(env)) in ClearException()226 if (!HasException(env)) in CheckException()
156 BASE_EXPORT bool HasException(JNIEnv* env);
510 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()514 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()551 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()583 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()587 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()624 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()971 if (global_cache.HasException()) return isolate->heap()->exception(); in SearchRegExpMultiple()1043 if (global_cache.HasException()) return isolate->heap()->exception(); in SearchRegExpMultiple()
129 INLINE(bool HasException()) { return num_matches_ < 0; } in INLINE() argument
58 // def HasException : Predicate<"Subtarget.hasException()">;