JavaScript engine: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
*[[NJS]] — a successor of NGS |
*[[NJS]] — a successor of NGS |
||
*[[Rhino (JavaScript engine)|Rhino]] — one of several JavaScript engines from [[Mozilla]], using the [[Java Platform]] |
*[[Rhino (JavaScript engine)|Rhino]] — one of several JavaScript engines from [[Mozilla]], using the [[Java Platform]] |
||
*[[ |
*[[Simple ECMAScript Engine|SEE]] — Simple ECMAScript Engine |
||
*[[SpiderMonkey]] — JavaScript engine in [[Mozilla]] [[Gecko (layout engine)|Gecko]] applications, including [[Mozilla Firefox|Firefox]] |
*[[SpiderMonkey]] — JavaScript engine in [[Mozilla]] [[Gecko (layout engine)|Gecko]] applications, including [[Mozilla Firefox|Firefox]] |
||
*[[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]]. |
Revision as of 11:49, 2 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.