SpiderMonkey
From MDC
SpiderMonkey is Gecko's JavaScript engine written in C. It is used in various Mozilla products, and is available under MPL/GPL/LGPL tri-license.
Documentation
- JSAPI Reference
- SpiderMonkey API reference.
- JavaScript C Engine Embedder's Guide
- This guide provides an overview of SpiderMonkey and describes how you can embed engine calls in your applications to make them JavaScript-aware.
- How to embed the JavaScript engine
- A bare-bones tutorial about embedding SpiderMonkey.
- SpiderMonkey Garbage Collection Tips
- Tips on avoiding garbage collector pitfalls.
- Introduction to the JavaScript shell
- How to get, build, and use the JavaScript shell.
View All...
|
Community
- View Mozilla forums...
- as a mailing list
- as a newsgroup
- as a Google Group
- as a Web feed
Related Topics
- JavaScript
|