JavaScript engine: Difference between revisions
Appearance
Content deleted Content added
AlexLibman (talk | contribs) m Bypass disambig to KDE's JavaScript engine |
No edit summary |
||
Line 15: | Line 15: | ||
*[[JSDB (JavaScript engine)|JSDB]] — Javascript for Databases, a javascript interpreter supporting a lot of libraries based on [[SpiderMonkey]]. |
*[[JSDB (JavaScript engine)|JSDB]] — Javascript for Databases, a javascript interpreter supporting a lot of libraries based on [[SpiderMonkey]]. |
||
*[[Tamarin (JIT)|Tamarin]] — an [[ActionScript]] and [[ECMAScript]] [[Just-in-time compilation|JIT]] engine. |
*[[Tamarin (JIT)|Tamarin]] — an [[ActionScript]] and [[ECMAScript]] [[Just-in-time compilation|JIT]] engine. |
||
*[[phpjs]] — a Javascript Interpreter for [[PHP]]. |
|||
==See also== |
==See also== |
Revision as of 22:17, 1 April 2007
![]() | It has been suggested that this article be merged with List of ECMAScript engines. (Discuss) Proposed since January 2007. |
The following is a list of JavaScript engines.
- DMDScript
- FESI — A Free ECMAScript Interpreter implemented in Java Platform
- JavaScriptCore — derived from KJS, for Safari
- KJS — the engine used in Konqueror
- linear_b — the ECMAScript engine of the Opera web browser
- Narcissus — JavaScript implemented in JavaScript, used on top of SpiderMonkey
- NGS
- NJS — a successor of NGS
- Rhino — one of several JavaScript engines from Mozilla, using the Java Platform
- SEE — Simple ECMAScript Engine
- SpiderMonkey — JavaScript engine in Mozilla Gecko applications, including Firefox
- JSDB — Javascript for Databases, a javascript interpreter supporting a lot of libraries based on SpiderMonkey.
- Tamarin — an ActionScript and ECMAScript JIT engine.
- phpjs — a Javascript Interpreter for PHP.