Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.h181 class CallFrameScope : public Scope {
183 CallFrameScope(V8InspectorSessionImpl*, const String16& remoteCallFrameId);
184 ~CallFrameScope();
192 DISALLOW_COPY_AND_ASSIGN(CallFrameScope);
Dinjected-script.cc769 InjectedScript::CallFrameScope::CallFrameScope(V8InspectorSessionImpl* session, in CallFrameScope() function in v8_inspector::InjectedScript::CallFrameScope
773 InjectedScript::CallFrameScope::~CallFrameScope() {} in ~CallFrameScope()
775 Response InjectedScript::CallFrameScope::findInjectedScript( in findInjectedScript()
Dv8-debugger-agent-impl.cc906 InjectedScript::CallFrameScope scope(m_session, callFrameId); in restartFrame()
1067 InjectedScript::CallFrameScope scope(m_session, callFrameId); in evaluateOnCallFrame()
1105 InjectedScript::CallFrameScope scope(m_session, callFrameId); in setVariableValue()