{"ScriptPreparationCode":"var templ = \u0022This is a ${model.type} interpolation example, to ${model.action} the difference between ${model.first} and ${model.second}!\u0022;\r\n\r\nvar model = {type: \u0022string\u0022, action: \u0022show\u0022, first: \u0022eval\u0022, second: \u0022Function\u0022};\r\n\r\nvar func = new Function(\u0022model\u0022, \u0022return \u0060\u0022 \u002B templ \u002B \u0022\u0060;\u0022);","TestCases":[{"Name":"eval","Code":"eval(\u0022\u0060\u0022 \u002B templ \u002B \u0022\u0060\u0022);","IsDeferred":false},{"Name":"new Function","Code":"func(model);","IsDeferred":false}]}