V8
V8 is Google's open-source JavaScript engine. It compiles and executes JavaScript code in web browsers and other environments, most notably Chrome and Chromium-based browsers, Node.js, and Electron. It is also a core component in environments that run WebAssembly. The project is developed to prioritize speed and efficiency in dynamic language execution.
V8 was created by Lars Bak and Kasper Lund and released in 2008. It was initially built
V8's architecture centers on a two-tier just-in-time compilation strategy. An interpreter, Ignition, executes a bytecode form
V8 is embedded in Google Chrome and Chromium-based browsers and is the standard JavaScript engine for Node.js,