Home
last modified time | relevance | path

Searched refs:protocolCallFrames (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc1756 std::unique_ptr<Array<CallFrame>> protocolCallFrames; in didPauseOnInstrumentation() local
1757 Response response = currentCallFrames(&protocolCallFrames); in didPauseOnInstrumentation()
1759 protocolCallFrames = std::make_unique<Array<CallFrame>>(); in didPauseOnInstrumentation()
1763 DCHECK_GT(protocolCallFrames->size(), 0); in didPauseOnInstrumentation()
1764 if (protocolCallFrames->size() > 0) { in didPauseOnInstrumentation()
1767 protocolCallFrames->at(0)->getLocation()->getScriptId(); in didPauseOnInstrumentation()
1780 m_frontend.paused(std::move(protocolCallFrames), breakReason, in didPauseOnInstrumentation()
1886 std::unique_ptr<Array<CallFrame>> protocolCallFrames; in didPause() local
1887 Response response = currentCallFrames(&protocolCallFrames); in didPause()
1889 protocolCallFrames in didPause()
[all...]

Completed in 4 milliseconds