I suspect that just-in-time compilation or other similar types of caching are affecting the results.Just-in-time compilation, or JIT, is a technique that improves runtime performance by compiling JavaScript it into native code just before executing, rather than letting the JavaScript run through an interpreter.