Searched refs:IsMutedAtCurrentLocation (Results 1 – 2 of 2) sorted by relevance
494 bool IsMutedAtCurrentLocation(JavaScriptFrame* frame);
573 bool Debug::IsMutedAtCurrentLocation(JavaScriptFrame* frame) { in IsMutedAtCurrentLocation() function in v8::internal::Debug1771 if (!it.done() && (IsMutedAtCurrentLocation(it.frame()) || in OnException()2130 if (IsMutedAtCurrentLocation(it.frame())) return; in HandleDebugBreak()