Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc340 if (m_terminateExecutionCallback) { in terminateExecution()
347 m_terminateExecutionCallback = std::move(callback); in terminateExecution()
356 if (!m_terminateExecutionCallback) return; in reportTermination()
362 m_terminateExecutionCallback->sendSuccess(); in reportTermination()
363 m_terminateExecutionCallback.reset(); in reportTermination()
Dv8-debugger.h275 std::unique_ptr<TerminateExecutionCallback> m_terminateExecutionCallback; variable