Lines Matching full:new_value
2224 ScopeDetails.prototype.setVariableValueImpl = function(name, new_value) {2229 this.inlined_frame_id_, this.index_, name, new_value);2232 name, new_value);2292 ScopeMirror.prototype.setVariableValue = function(name, new_value) {2293 this.details_.setVariableValueImpl(name, new_value);