Searched refs:protocolCallFrames (Results 1 – 1 of 1) sorted by relevance
1591 std::unique_ptr<Array<CallFrame>> protocolCallFrames; in didPause() local1592 Response response = currentCallFrames(&protocolCallFrames); in didPause()1593 if (!response.isSuccess()) protocolCallFrames = Array<CallFrame>::create(); in didPause()1595 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPause()