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

/external/v8/src/debug/
H A Ddebug.cc821 void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { function in class:v8::internal::Debug
/external/v8/src/
H A Dapi.cc9097 void debug::ChangeBreakOnException(Isolate* isolate, ExceptionBreakState type) { function in class:v8::debug
9099 internal_isolate->debug()->ChangeBreakOnException(
9101 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException,

Completed in 195 milliseconds