proto = { method: function (…) { var a, b, c, d, …, keys = Object.keys(…), i = keys.length; while (i--) { //к примеру, тут не нужны a, b, c, d } } }