Home
last modified time | relevance | path

Searched refs:IsMutedAtCurrentLocation (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug.h625 bool IsMutedAtCurrentLocation(JavaScriptFrame* frame);
Ddebug.cc695 bool Debug::IsMutedAtCurrentLocation(JavaScriptFrame* frame) { in IsMutedAtCurrentLocation() function in v8::internal::Debug
1776 if (!it.done() && IsMutedAtCurrentLocation(it.frame())) return; in OnException()
2218 if (IsMutedAtCurrentLocation(it.frame())) return; in HandleDebugBreak()