Lines Matching refs:debuggerContext
143 v8::Local<v8::Context> context = debuggerContext();
171 v8::DebugInterface::Call(debuggerContext(), setBreakpointFunction, info)
189 v8::Local<v8::Context> context = debuggerContext();
206 v8::DebugInterface::Call(debuggerContext(), removeBreakpointFunction, info)
212 v8::Local<v8::Context> context = debuggerContext();
219 v8::DebugInterface::Call(debuggerContext(), clearBreakpoints)
229 v8::Local<v8::Context> context = debuggerContext();
244 v8::DebugInterface::Call(debuggerContext(), setBreakpointsActivated, info)
297 v8::DebugInterface::Call(debuggerContext(), breakFunction).ToLocalChecked();
358 contextScope = wrapUnique(new v8::Context::Scope(debuggerContext()));
436 debuggerContext(),
440 v8::DebugInterface::Call(debuggerContext(), currentCallFramesFunction,
456 if (!callFramesArray->Get(debuggerContext(), i).ToLocal(&callFrameValue))
461 debuggerContext(), v8::Local<v8::Object>::Cast(callFrameObject)));
502 hitBreakpointNumbers->Get(debuggerContext(), i).ToLocalChecked();
505 hitBreakpointNumber->Int32Value(debuggerContext()).FromJust()));
582 v8::Local<v8::Context> context = debuggerContext();
598 v8::Local<v8::Context> context = debuggerContext();
666 v8::Context::Scope contextScope(debuggerContext());
674 if (!m_inspector->compileAndRunInternalScript(debuggerContext(), scriptValue)
683 v8::Local<v8::Context> V8Debugger::debuggerContext() const {
699 if (!copyValueFromDebuggerContext(m_isolate, debuggerContext(), context,
788 if (!entries->Get(debuggerContext(), i).ToLocal(&item))
791 if (!copyValueFromDebuggerContext(m_isolate, debuggerContext(), context,
816 if (!copyValueFromDebuggerContext(m_isolate, debuggerContext(), context,