Home
last modified time | relevance | path

Searched refs:runIfWaitingForDebugger (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dv8-runtime-agent-impl.h88 Response runIfWaitingForDebugger() override;
Dv8-runtime-agent-impl.cc516 Response V8RuntimeAgentImpl::runIfWaitingForDebugger() { in runIfWaitingForDebugger() function in v8_inspector::V8RuntimeAgentImpl
517 m_inspector->client()->runIfWaitingForDebugger(m_session->contextGroupId()); in runIfWaitingForDebugger()
/external/v8/include/
Dv8-inspector.h167 virtual void runIfWaitingForDebugger(int contextGroupId) {} in runIfWaitingForDebugger() function