Searched refs:CallFrameScope (Results 1 – 3 of 3) sorted by relevance
181 class CallFrameScope : public Scope {183 CallFrameScope(V8InspectorSessionImpl*, const String16& remoteCallFrameId);184 ~CallFrameScope();192 DISALLOW_COPY_AND_ASSIGN(CallFrameScope);
769 InjectedScript::CallFrameScope::CallFrameScope(V8InspectorSessionImpl* session, in CallFrameScope() function in v8_inspector::InjectedScript::CallFrameScope773 InjectedScript::CallFrameScope::~CallFrameScope() {} in ~CallFrameScope()775 Response InjectedScript::CallFrameScope::findInjectedScript( in findInjectedScript()
906 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()