Searched refs:pausedContext (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
D | v8-debugger.cc | 367 v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception, in handleProgramBreak() argument 374 int contextGroupId = m_inspector->contextGroupId(pausedContext); in handleProgramBreak() 411 v8::Context::Scope contextScope(pausedContext); in handleProgramBreak() 421 [&pausedContext, &exception, &breakpointIds, &exceptionType, &isUncaught, in handleProgramBreak() 425 InspectedContext::contextId(pausedContext), exception, in handleProgramBreak() 430 v8::Context::Scope scope(pausedContext); in handleProgramBreak() 502 v8::Local<v8::Context> pausedContext, in BreakOnInstrumentation() argument 507 int contextGroupId = m_inspector->contextGroupId(pausedContext); in BreakOnInstrumentation() 525 v8::Context::Scope scope(pausedContext); in BreakOnInstrumentation() 538 v8::Local<v8::Context> pausedContext, in BreakProgramRequested() argument [all …]
|
D | v8-debugger.h | 152 v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception,
|