{"ScriptPreparationCode":"var ctx = {\r\n u: 123,\r\n x: 456,\r\n w(u) {\r\n return u \u002B this.x;\r\n }\r\n};","TestCases":[{"Name":"Bind","Code":"requestAnimationFrame(ctx.w.bind(ctx, ctx.u));","IsDeferred":false},{"Name":"Arrow","Code":"requestAnimationFrame(() =\u003E {\r\n ctx.w(ctx.u);\r\n});","IsDeferred":false}]}