{"ScriptPreparationCode":"myFn = _ =\u003E null","TestCases":[{"Name":"if, direct, inline","Code":"let now = performance.now(), then = now \u002B 1000;\r\nwhile ((now = performance.now()) \u003C then) if(myFn) myFn();","IsDeferred":false},{"Name":"if, direct, for","Code":"for (let now = performance.now(), then = now \u002B 1000; now \u003C then; now = performance.now()) if(myFn) myFn();","IsDeferred":false},{"Name":"and, |0, for","Code":"for (let now = performance.now() | 0, then = now \u002B 1000; now \u003C then; now = performance.now() | 0) if(myFn) myFn();","IsDeferred":false}]}