function(v, vs) {
                if(vs.length === 0) {
                    return v;
                }
                var exp = {};