Home
last modified time | relevance | path

Searched refs:CallFrameScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dinjected-script.h164 class CallFrameScope : public Scope {
166 CallFrameScope(V8InspectorImpl*, int contextGroupId,
168 ~CallFrameScope();
176 DISALLOW_COPY_AND_ASSIGN(CallFrameScope);
Dinjected-script.cc525 InjectedScript::CallFrameScope::CallFrameScope(V8InspectorImpl* inspector, in CallFrameScope() function in v8_inspector::InjectedScript::CallFrameScope
531 InjectedScript::CallFrameScope::~CallFrameScope() {} in ~CallFrameScope()
533 Response InjectedScript::CallFrameScope::findInjectedScript( in findInjectedScript()
Dv8-debugger-agent-impl.cc554 InjectedScript::CallFrameScope scope(m_inspector, m_session->contextGroupId(), in restartFrame()
709 InjectedScript::CallFrameScope scope(m_inspector, m_session->contextGroupId(), in evaluateOnCallFrame()
740 InjectedScript::CallFrameScope scope(m_inspector, m_session->contextGroupId(), in setVariableValue()