Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h139 bool shouldContinueToCurrentLocation();
Dv8-debugger.cc458 bool V8Debugger::shouldContinueToCurrentLocation() { in shouldContinueToCurrentLocation() function in v8_inspector::V8Debugger
517 if (!shouldContinueToCurrentLocation()) return; in handleProgramBreak()