{"ScriptPreparationCode":"var func = new Function(\u0022a\u0022, \u0022b\u0022, \u0022return a * b;\u0022);\r\nvar funcWith = new Function(\u0022$root\u0022, \u0022with($root) { return a * b; }\u0022);\r\nvar context = { a: 2, b: 3 };","TestCases":[{"Name":"new Function","Code":"func(context.a, context.b);","IsDeferred":false},{"Name":"new Function with","Code":"funcWith(context);","IsDeferred":false}]}