SpiderMonkey SpiderMonkey

SpiderMonkey - Definition and Overview

SpiderMonkey is the code name for one of two JavaScript implementations maintained at mozilla.org, the other being Rhino.

SpiderMonkey is written in C and contains compiler, interpreter, decompiler, garbage collector, standard classes etc. It does not itself provide host environments such as Document Object Model.

It is supposed to be embedded in other applications that provide host environments for JavaScript. The most popular application is Mozilla.

External link

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.