Home
last modified time | relevance | path

Searched refs:m_pausedContext (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.h69 v8::Local<v8::Context> pausedContext() { return m_pausedContext; } in pausedContext()
155 v8::Local<v8::Context> m_pausedContext; variable
Dv8-debugger.cc361 m_pausedContext.Clear(); in continueProgram()
550 m_pausedContext = pausedContext; in handleProgramBreak()
571 m_pausedContext.Clear(); in handleProgramBreak()