setVariableValue 136 Source/core/inspector/InjectedScript.cpp void InjectedScript::setVariableValue(ErrorString* errorString, const ScriptValue& callFrames, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr) setVariableValue 1010 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setVariableValue(ErrorString* errorString, int scopeNumber, const String& variableName, const RefPtr<JSONObject>& newValue, const String* callFrameId, const String* functionObjectId) setVariableValue 170 Source/core/inspector/JavaScriptCallFrame.cpp ScriptValue JavaScriptCallFrame::setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newValue)