Were you aiming at something like this?
var generated = function(value) { return new Function( "return (" + function(valueToSwap) { return { prop: valueToSwap }; } + ")(" + value + ");" ); };
http://en.wikipedia.org/wiki/Regression_analysis
Were you aiming at something like this?
var generated = function(value) { return new Function( "return (" + function(valueToSwap) { return { prop: valueToSwap }; } + ")(" + value + ");" ); };