- Source: JavaScript engine
A JavaScript engine is a software component that executes JavaScript code. The first JavaScript engines were mere interpreters, but all relevant modern engines use just-in-time compilation for improved performance.
JavaScript engines are typically developed by web browser vendors, and every major browser has one. In a browser, the JavaScript engine runs in concert with the rendering engine via the Document Object Model and Web IDL bindings. However, the use of JavaScript engines is not limited to browsers; for example, the V8 engine is a core component of the Node.js runtime system.
Since ECMAScript is the standardized specification of JavaScript, ECMAScript engine is another name for these implementations. With the advent of WebAssembly, some engines can also execute this code in the same sandbox as regular JavaScript code.
History
The first JavaScript engine was created by Brendan Eich in 1995 for the Netscape Navigator web browser. It was a rudimentary interpreter for the nascent language Eich invented. (This evolved into the SpiderMonkey engine, still used by the Firefox browser.)
Google debuted its Chrome browser in 2008, with the V8 JavaScript engine that was faster than its competition. The key innovation was just-in-time compilation (JIT), which Mozilla had also been working on for SpiderMonkey. Because of V8's performance, the other browser vendors needed to overhaul their engines for JIT. Apple developed the Nitro engine for its Safari browser, which had 30% better performance than its predecessor. Mozilla then leveraged portions of Nitro to improve SpiderMonkey.
Since 2017, these engines have added support for WebAssembly.
Notable engines
V8 from Google is the most used JavaScript engine. Google Chrome and the many other Chromium-based browsers use it, as do applications built with CEF, Electron, or any other framework that embeds Chromium. Other uses include the Node.js and Deno runtime systems.
SpiderMonkey is developed by Mozilla for use in Firefox and its forks. The GNOME Shell uses it for extension support.
JavaScriptCore is Apple's engine for its Safari browser. Other WebKit-based browsers and the Bun runtime system also use it. KJS from KDE was the starting point for its development.
Chakra is the engine of the Internet Explorer browser. It was also forked by Microsoft for the original Edge browser, but Edge was later rebuilt as a Chromium-based browser and thus now uses V8.
References
Kata Kunci Pencarian:
- JavaScript
- V8 (mesin JavaScript)
- Node.js
- Google App Engine
- DuckDuckGo
- Maxthon
- JQuery
- PHP
- JScript
- Gecko (perangkat lunak)
- JavaScript engine
- V8 (JavaScript engine)
- Rhino (JavaScript engine)
- JavaScript
- Nashorn (JavaScript engine)
- SpiderMonkey
- Chakra (JavaScript engine)
- List of ECMAScript engines
- WebKit
- Boa (JavaScript engine)