Home
last modified time | relevance | path

Searched refs:m_debuggerContext (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Djava-script-call-frame.cc41 m_debuggerContext(m_isolate, debuggerContext), in JavaScriptCallFrame()
51 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in callV8FunctionReturnInt()
71 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in isAtReturn()
86 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in details()
105 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in evaluate()
120 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in restart()
129 m_debuggerContext.Get(m_isolate), callFrame, 0, nullptr); in restart()
140 v8::Local<v8::Context>::New(m_isolate, m_debuggerContext); in setVariableValue()
Djava-script-call-frame.h71 v8::Global<v8::Context> m_debuggerContext; variable
Dv8-debugger.h153 v8::Global<v8::Context> m_debuggerContext; variable
Dv8-debugger.cc184 m_debuggerContext.Reset(m_isolate, v8::debug::GetDebugContext(m_isolate)); in enable()
195 m_debuggerContext.Reset(); in disable()
691 DCHECK(!m_debuggerContext.IsEmpty()); in debuggerContext()
692 return m_debuggerContext.Get(m_isolate); in debuggerContext()