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()
206 bool HasException(JNIEnv* env) { in HasException() function211 if (!HasException(env)) in ClearException()219 if (!HasException(env)) in CheckException()
112 BASE_EXPORT bool HasException(JNIEnv* env);
507 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()511 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()548 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithString()580 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()584 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()621 if (global_cache.HasException()) return isolate->heap()->exception(); in StringReplaceGlobalRegExpWithEmptyString()968 if (global_cache.HasException()) return isolate->heap()->exception(); in SearchRegExpMultiple()1040 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()">;