setVariableValue   85 Source/core/inspector/InjectedScript.h     void setVariableValue(ErrorString*, const ScriptValue& callFrames, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr);
setVariableValue 1035 Source/core/inspector/InspectorDebuggerAgent.cpp     injectedScript.setVariableValue(errorString, m_currentCallStack, callFrameId, functionObjectId, scopeNumber, variableName, newValueString);
setVariableValue  139 Source/core/inspector/InspectorDebuggerAgent.h     virtual void setVariableValue(ErrorString*, int in_scopeNumber, const String& in_variableName, const RefPtr<JSONObject>& in_newValue, const String* in_callFrame, const String* in_functionObjectId) OVERRIDE FINAL;
setVariableValue   69 Source/core/inspector/JavaScriptCallFrame.h     ScriptValue setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newValue);