Searched defs:ChangeBreakOnException (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Ddebug.cc1269 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { function in class:v8::internal::Debug
/external/v8/test/cctest/
H A Dtest-debug.cc345 static void ChangeBreakOnException(bool caught, bool uncaught) { function
347 debug->ChangeBreakOnException(v8::internal::BreakException, caught);
348 debug->ChangeBreakOnException(v8::internal::BreakUncaughtException, uncaught);
3775 ChangeBreakOnException(false, false);
3788 ChangeBreakOnException(false, true);
3801 ChangeBreakOnException(true, true);
3814 ChangeBreakOnException(true, false);
3890 ChangeBreakOnException(false, true);
3944 ChangeBreakOnException(false, true);
3986 ChangeBreakOnException(fals
[all...]

Completed in 264 milliseconds