Create a function assignment: obj.prop = function(params) { body };
Usage: fn_assign!(ClassName.prototype.methodName, params, body_stmts)
Or: fn_assign!(ClassName.prototype.methodName, body_stmts) for no params
Convert a Vec into a single block statement that can be used in ts_quote!
This allows you to interpolate multiple statements where a single statement is expected.