Searched refs:IsMutedAtCurrentLocation (Results 1 – 2 of 2) sorted by relevance
625 bool IsMutedAtCurrentLocation(JavaScriptFrame* frame);
695 bool Debug::IsMutedAtCurrentLocation(JavaScriptFrame* frame) { in IsMutedAtCurrentLocation() function in v8::internal::Debug1776 if (!it.done() && IsMutedAtCurrentLocation(it.frame())) return; in OnException()2218 if (IsMutedAtCurrentLocation(it.frame())) return; in HandleDebugBreak()