{"ScriptPreparationCode":"var branchlessMap = [function(){global = \u0022error\u0022}, function(){global = thing - 100 ^ thing}];\r\nvar global;\r\nvar thing = 50;","TestCases":[{"Name":"branch","Code":"global = (thing \u003E 100) ? thing - 100 ^ thing : \u0022error\u0022;","IsDeferred":false},{"Name":"branchless map","Code":"branchlessMap[(thing \u003E 100) * 1]();","IsDeferred":false}]}