Lines Matching defs:caught
345 static void ChangeBreakOnException(bool caught, bool uncaught) {
347 debug->ChangeBreakOnException(v8::internal::BreakException, caught);
353 static void ChangeBreakOnExceptionFromJS(bool caught, bool uncaught) {
354 if (caught) {
3750 v8::Local<v8::Function> caught =
3752 "function caught(){try {throws();} catch(e) {};}",
3753 "caught");
3763 caught->Call(env->Global(), 0, NULL);
3776 caught->Call(env->Global(), 0, NULL);
3789 caught->Call(env->Global(), 0, NULL);
3802 caught->Call(env->Global(), 0, NULL);
3815 caught->Call(env->Global(), 0, NULL);
3828 caught->Call(env->Global(), 0, NULL);
3841 caught->Call(env->Global(), 0, NULL);
3854 caught->Call(env->Global(), 0, NULL);
3867 caught->Call(env->Global(), 0, NULL);
3994 // Step through invocation of d + e now with break on caught exceptions.
4014 // Step through invocation of f + g + h now with break on caught exceptions.