{"ScriptPreparationCode":"function knownfunction() { var $this = $(this); $this.val(\u0027b\u0027); }","TestCases":[{"Name":"Anonymous","Code":"$(\u0027[data-form=\u0022checkbox\u0022]\u0027).each(function() { var $this = $(this); $this.val(\u0027a\u0027); });","IsDeferred":false},{"Name":"Declared","Code":"$(\u0027[data-form=\u0022checkbox\u0022]\u0027).each(knownfunction);","IsDeferred":false}]}