exports.set_in_object = function(obj, name, value) { obj[name] = value; };