Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h639 bool IsMutedAtCurrentLocation(JavaScriptFrame* frame);
Ddebug.cc620 bool Debug::IsMutedAtCurrentLocation(JavaScriptFrame* frame) { in IsMutedAtCurrentLocation() function in v8::internal::Debug
1780 if (!it.done() && IsMutedAtCurrentLocation(it.frame())) return; in OnException()
2225 if (IsMutedAtCurrentLocation(it.frame())) return; in HandleDebugBreak()