Searched refs:pausedContext (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/inspector/ |
D | v8-debugger.cc | 481 v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception, in handleProgramBreak() argument 487 int contextGroupId = m_inspector->contextGroupId(pausedContext); in handleProgramBreak() 516 v8::Context::Scope contextScope(pausedContext); in handleProgramBreak() 525 contextGroupId, [&pausedContext, &exception, &breakpointIds, in handleProgramBreak() 530 InspectedContext::contextId(pausedContext), exception, in handleProgramBreak() 536 v8::Context::Scope scope(pausedContext); in handleProgramBreak() 604 v8::Local<v8::Context> pausedContext, in BreakProgramRequested() argument 606 handleProgramBreak(pausedContext, v8::Local<v8::Value>(), break_points_hit); in BreakProgramRequested() 609 void V8Debugger::ExceptionThrown(v8::Local<v8::Context> pausedContext, in ExceptionThrown() argument 615 handleProgramBreak(pausedContext, exception, break_points_hit, in ExceptionThrown()
|
D | v8-debugger.h | 146 v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception,
|