Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the commonly used engines in javascript

2025-03-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the knowledge of "what engines are commonly used in javascript". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

The commonly used engines in js are: 1, "V8", the engine in Google; 2, "SpiderMonkey", the engine in Firefox; 3, "Chakra", the engine in IE; 4, "ChakraCore", the engine in Edge; 5, "SquirrelFish", the engine in Safari.

The operating environment of this tutorial: windows7 system, javascript1.8.5 version, Dell G3 computer.

As a scripting language, JavaScript code cannot be run independently. Usually, we need a browser to run JavaScript code. All Web browsers support JavaScript.

In addition to being executable in the browser, JavaScript code can also be executed on the server or on a device equipped with the JavaScript engine. Browsers can run JavaScript code because the JavaScript engine is embedded in the browser.

The JavaScript engine is a virtual machine that specializes in processing JavaScript scripts, which is usually included in web browsers.

Common JavaScript engines are:

JavaScript engine in V8:Chrome and Opera

JavaScript engine in SpiderMonkey:Firefox

JavaScript engine in Chakra:IE

JavaScript engine in ChakraCore:Microsoft Edge

JavaScript engine in SquirrelFish:Safari.

This is the end of the content of "what engines are commonly used in javascript". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report