{"ScriptPreparationCode":"function noop() {};\r\nfunction callee(f) { f();};","TestCases":[{"Name":"Dynamic","Code":"callee(function() {});","IsDeferred":false},{"Name":"Static","Code":"callee(noop);","IsDeferred":false}]}