Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc426 v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception, in handleProgramBreak() argument
432 int contextGroupId = m_inspector->contextGroupId(pausedContext); in handleProgramBreak()
457 v8::Context::Scope contextScope(pausedContext); in handleProgramBreak()
466 contextGroupId, [&pausedContext, &exception, &breakpointIds, in handleProgramBreak()
471 InspectedContext::contextId(pausedContext), exception, in handleProgramBreak()
477 v8::Context::Scope scope(pausedContext); in handleProgramBreak()
545 v8::Local<v8::Context> pausedContext, in BreakProgramRequested() argument
547 handleProgramBreak(pausedContext, v8::Local<v8::Value>(), break_points_hit); in BreakProgramRequested()
550 void V8Debugger::ExceptionThrown(v8::Local<v8::Context> pausedContext, in ExceptionThrown() argument
555 handleProgramBreak(pausedContext, exception, break_points_hit, exceptionType, in ExceptionThrown()
Dv8-debugger.h166 v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception,