JavaScript engine: Difference between revisions
Appearance
Content deleted Content added
Requestion (talk | contribs) change external links to internal links. Wikipedia is WP:NOT a linkfarm. |
add linear_b |
||
Line 3: | Line 3: | ||
*[[DMDScript]] |
*[[DMDScript]] |
||
*[[Free EcmaScript Interpreter|FESI]] A Free |
*[[Free EcmaScript Interpreter|FESI]] — A Free ECMAScript Interpreter implemented in [[Java Platform]] |
||
*[[JavaScriptCore]] — derived from [[KJS]], for [[Safari (web browser)|Safari]] |
*[[JavaScriptCore]] — derived from [[KJS]], for [[Safari (web browser)|Safari]] |
||
*[[KDE's JavaScript engine|KJS]] — the engine used in [[Konqueror]] |
*[[KDE's JavaScript engine|KJS]] — the engine used in [[Konqueror]] |
||
*[[ |
*[[linear_b (script engine)|linear_b]] — the ECMAScript engine of the [[Opera (web browser)|Opera]] web browser |
||
*[[Narcissus (JavaScript engine)|Narcissus]] — JavaScript implemented in JavaScript, used on top of [[SpiderMonkey]] |
|||
*[[NGS (JavaScript engine)|NGS]] |
*[[NGS (JavaScript engine)|NGS]] |
||
*[[NJS]] — a successor of NGS |
*[[NJS]] — a successor of NGS |
Revision as of 16:08, 17 March 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.