Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc403 if (m_terminateExecutionCallback) { in terminateExecution()
410 m_terminateExecutionCallback = std::move(callback); in terminateExecution()
427 if (debugger->m_terminateExecutionCallback) { in terminateExecutionCompletedCallback()
428 debugger->m_terminateExecutionCallback->sendSuccess(); in terminateExecutionCompletedCallback()
429 debugger->m_terminateExecutionCallback.reset(); in terminateExecutionCompletedCallback()
Dv8-debugger.h246 std::unique_ptr<TerminateExecutionCallback> m_terminateExecutionCallback; variable