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

/external/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc180 m_pausedCallFrames.swap(emptyCallFrames);
537 &m_pausedCallFrames, stackChanged, &compileError);
558 if (scope.frameOrdinal() >= m_pausedCallFrames.size())
563 if (!m_pausedCallFrames[scope.frameOrdinal()]->restart().ToLocal(
571 m_pausedCallFrames.swap(frames);
653 !m_pausedCallFrames.empty() ? m_pausedCallFrames[0].get() : nullptr;
713 if (scope.frameOrdinal() >= m_pausedCallFrames.size())
720 m_pausedCallFrames[scope.frameOrdinal()]->evaluate(
749 if (scope.frameOrdinal() >= m_pausedCallFrames
[all...]
H A Dv8-debugger-agent-impl.h189 JavaScriptCallFrames m_pausedCallFrames; member in class:v8_inspector::V8DebuggerAgentImpl

Completed in 62 milliseconds