Home | History | Annotate | Download | only in cctest

Lines Matching full:caught

335 static void ChangeBreakOnException(bool caught, bool uncaught) {
336 Debug::ChangeBreakOnException(v8::internal::BreakException, caught);
342 static void ChangeBreakOnExceptionFromJS(bool caught, bool uncaught) {
343 if (caught) {
2990 v8::Local<v8::Function> caught =
2992 "function caught(){try {throws();} catch(e) {};}",
2993 "caught");
3003 caught->Call(env->Global(), 0, NULL);
3016 caught->Call(env->Global(), 0, NULL);
3029 caught->Call(env->Global(), 0, NULL);
3042 caught->Call(env->Global(), 0, NULL);
3055 caught->Call(env->Global(), 0, NULL);
3068 caught->Call(env->Global(), 0, NULL);
3081 caught->Call(env->Global(), 0, NULL);
3094 caught->Call(env->Global(), 0, NULL);
3107 caught->Call(env->Global(), 0, NULL);
3229 // Step through invocation of d + e now with break on caught exceptions.
3249 // Step through invocation of f + g + h now with break on caught exceptions.