Searched refs:debuggerContext (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/inspector/
H A Djava-script-call-frame.h46 v8::Local<v8::Context> debuggerContext, v8::Local<v8::Object> callFrame) {
48 new JavaScriptCallFrame(debuggerContext, callFrame));
65 JavaScriptCallFrame(v8::Local<v8::Context> debuggerContext,
45 create( v8::Local<v8::Context> debuggerContext, v8::Local<v8::Object> callFrame) argument
H A Dv8-value-copier.h15 v8::Isolate*, v8::Local<v8::Context> debuggerContext,
H A Dv8-debugger.cc227 v8::Local<v8::Context> context = debuggerContext();
256 v8::debug::Call(debuggerContext(), setBreakpointFunction, info)
274 v8::Local<v8::Context> context = debuggerContext();
292 v8::debug::Call(debuggerContext(), removeBreakpointFunction, info)
298 v8::Local<v8::Context> context = debuggerContext();
305 v8::debug::Call(debuggerContext(), clearBreakpoints).ToLocalChecked();
356 v8::debug::Call(debuggerContext(), breakFunction).ToLocalChecked();
412 contextScope.reset(new v8::Context::Scope(debuggerContext()));
497 if (!callFramesArray->Get(debuggerContext(), i).ToLocal(&callFrameValue))
502 debuggerContext(), v
690 v8::Local<v8::Context> V8Debugger::debuggerContext() const { function in class:v8_inspector::V8Debugger
[all...]
H A Djava-script-call-frame.cc38 JavaScriptCallFrame::JavaScriptCallFrame(v8::Local<v8::Context> debuggerContext, argument
40 : m_isolate(debuggerContext->GetIsolate()),
41 m_debuggerContext(m_isolate, debuggerContext),
H A Dv8-debugger-agent-impl.cc880 v8::Local<v8::Context> debuggerContext = local
882 v8::Context::Scope contextScope(debuggerContext);
903 ->Set(debuggerContext,
913 ->Get(debuggerContext,
929 ->Has(debuggerContext,
939 ->Set(debuggerContext,
947 ->Set(debuggerContext, toV8StringInternalized(m_isolate, "type"),
953 ->Set(debuggerContext, toV8StringInternalized(m_isolate, "this"),
959 ->Delete(debuggerContext,
966 if (!objects->Set(debuggerContext, static_cas
[all...]
H A Dv8-value-copier.cc169 v8::Isolate* isolate, v8::Local<v8::Context> debuggerContext,
173 copier.m_from = debuggerContext;
168 copyValueFromDebuggerContext( v8::Isolate* isolate, v8::Local<v8::Context> debuggerContext, v8::Local<v8::Context> toContext, v8::Local<v8::Value> value) argument
H A Dv8-debugger.h103 v8::Local<v8::Context> debuggerContext() const;
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
H A DLazyValue.java109 final DebuggerContextImpl debuggerContext = DebuggerManagerEx.getInstanceEx(project).getContext();
110 evaluationContext = debuggerContext.createEvaluationContext();
149 final DebuggerContextImpl debuggerContext = DebuggerManagerEx.getInstanceEx(project).getContext();
150 final DebugProcessImpl process = debuggerContext.getDebugProcess();

Completed in 153 milliseconds