Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h494 bool IsMutedAtCurrentLocation(JavaScriptFrame* frame);
Ddebug.cc573 bool Debug::IsMutedAtCurrentLocation(JavaScriptFrame* frame) { in IsMutedAtCurrentLocation() function in v8::internal::Debug
1771 if (!it.done() && (IsMutedAtCurrentLocation(it.frame()) || in OnException()
2130 if (IsMutedAtCurrentLocation(it.frame())) return; in HandleDebugBreak()