enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. JavaScript engine - Wikipedia

    en.wikipedia.org/wiki/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. [1] JavaScript engines are typically developed by web browser vendors, and every major browser has one

  3. List of ECMAScript engines - Wikipedia

    en.wikipedia.org/wiki/List_of_ECMAScript_engines

    Web browsers that support JavaScript embed JavaScript engines in order to support JavaScript-enabled web pages. Different browsers use different engines, although there are now multiple browsers based on Chromium which use V8 as their JavaScript engine. V8: A JavaScript engine used in Google Chrome and other Chromium-based browsers (such as ...

  4. JavaScript - Wikipedia

    en.wikipedia.org/wiki/JavaScript

    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. [52] JavaScript engines are typically developed by web browser vendors, and every major browser has

  5. V8 (JavaScript engine) - Wikipedia

    en.wikipedia.org/wiki/V8_(JavaScript_engine)

    V8 is a JavaScript and WebAssembly engine developed by Google for its Chrome browser. [1] [4] V8 is free and open-source software that is part of the Chromium project and also used separately in non-browser contexts, notably the Node.js runtime system. [1]

  6. Category:JavaScript engines - Wikipedia

    en.wikipedia.org/wiki/Category:JavaScript_engines

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Help; Learn to edit; Community portal; Recent changes; Upload file

  7. SpiderMonkey - Wikipedia

    en.wikipedia.org/wiki/SpiderMonkey

    The engine powers the Firefox web browser and has used multiple generations of JavaScript just-in-time (JIT) compilers, including TraceMonkey, JägerMonkey, IonMonkey, and the current WarpMonkey. It is the first JavaScript engine , written by Brendan Eich at Netscape Communications, and later released as open source and currently maintained by ...

  8. Rhino (JavaScript engine) - Wikipedia

    en.wikipedia.org/wiki/Rhino_(JavaScript_engine)

    Rhino is a JavaScript engine written fully in Java and managed by the Mozilla Foundation as open source software. It is separate from the SpiderMonkey engine, which is also developed by Mozilla, but written in C++ and used in Mozilla Firefox.

  9. Boa (JavaScript engine) - Wikipedia

    en.wikipedia.org/wiki/Boa_(JavaScript_engine)

    Boa is an open-source implementation of a JavaScript execution engine. The project is developed as a Rust library for embedding the JavaScript engine in Rust applications. Additionally, the authors of Boa provide a command-line interface (CLI) for users to interact with Boa as standalone JavaScript interpreter accessible from a command line. [8]