V8 compiles JavaScript directly to native machine code using just-in-time compilation before executing it. The compiled code is additionally optimized (and re-optimized) dynamically at runtime, based on heuristics of the code's execution profile.
https://en.m.wikipedia.org/wiki/V8_(JavaScript_engine) HEIGHT 400