scriptEl.onreadystatechange = function()

in www/benchmarks/setImmediate.js [189:195]


            scriptEl.onreadystatechange = function () {
                tasks.runIfPresent(handle);

                scriptEl.onreadystatechange = null;
                scriptEl.parentNode.removeChild(scriptEl);
                scriptEl = null;
            };