HomeSort by relevance Sort by last modified time
    Searched refs:pausedContext (Results 1 - 2 of 2) sorted by null

  /external/v8/src/inspector/
v8-debugger.cc 517 v8::Local<v8::Context> pausedContext =
521 thisPtr->handleProgramBreak(pausedContext,
526 void V8Debugger::handleProgramBreak(v8::Local<v8::Context> pausedContext,
535 m_inspector->contextGroupId(pausedContext));
550 m_pausedContext = pausedContext;
553 agent->didPause(InspectedContext::contextId(pausedContext), exception,
556 int groupId = m_inspector->contextGroupId(pausedContext);
559 v8::Context::Scope scope(pausedContext);
595 void V8Debugger::BreakProgramRequested(v8::Local<v8::Context> pausedContext,
605 handleProgramBreak(pausedContext, execState, v8::Local<v8::Value>()
    [all...]
v8-debugger.h 69 v8::Local<v8::Context> pausedContext() { return m_pausedContext; }
109 void handleProgramBreak(v8::Local<v8::Context> pausedContext,

Completed in 74 milliseconds