Home
last modified time | relevance | path

Searched refs:TerminateExecutionCallback (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.h36 using TerminateExecutionCallback = variable
37 protocol::Runtime::Backend::TerminateExecutionCallback;
68 void terminateExecution(std::unique_ptr<TerminateExecutionCallback> callback);
246 std::unique_ptr<TerminateExecutionCallback> m_terminateExecutionCallback;
Dv8-runtime-agent-impl.h114 std::unique_ptr<TerminateExecutionCallback> callback) override;
Dv8-runtime-agent-impl.cc649 std::unique_ptr<TerminateExecutionCallback> callback) { in terminateExecution()
Dv8-debugger.cc402 std::unique_ptr<TerminateExecutionCallback> callback) { in terminateExecution()