I found out from the Internet that Google Chrome uses V8 and Firefox uses SpyderMonkey to compile JavaScript to machine code. What JavaScript engine does Safari browser use then?
Asked
Active
Viewed 7,876 times
9
-
1WebKit: https://en.wikipedia.org/wiki/List_of_ECMAScript_engines – VLAZ Sep 29 '20 at 10:59
1 Answers
16
- JavaScriptCore is the built-in JavaScript engine for WebKit.
- JavaScriptCore is often referred with different names, such as SquirrelFish and SquirrelFish Extreme. Within the context of Safari, Nitro and Nitro Extreme are also commonly used. However, the name of the project and the library is always JavaScriptCore.

Sebastian Simon
- 18,263
- 7
- 55
- 75

Shashikanth Reddy
- 522
- 5
- 15