JavaScript: Difference between revisions
Jump to navigation
Jump to search
(Mark as obsolete, spelling correctly, and point to SpiderMonkey.dev) |
(Move historical information to historical section.) |
||
Line 4: | Line 4: | ||
= SpiderMonkey = | = SpiderMonkey = | ||
SpiderMonkey is the project name for the JavaScript engine that powers Firefox. | |||
For more information visit our more up-to-date website at [https://spidermonkey.dev/ SpiderMonkey.dev]. The below information is mostly historical. | |||
== Historical Links == | |||
{{outdated|section=yes}} | {{outdated|section=yes}} | ||
Line 15: | Line 19: | ||
== Communication == | === Communication === | ||
* Mailing lists: | * Mailing lists: | ||
Line 23: | Line 27: | ||
** '''spidermonkey''' for all things SpiderMonkey | ** '''spidermonkey''' for all things SpiderMonkey | ||
== New Contributors == | === New Contributors === | ||
* [https://wiki.mozilla.org/JavaScript:New_to_SpiderMonkey "So you're new to SpiderMonkey"] is a guide for new contributors | * [https://wiki.mozilla.org/JavaScript:New_to_SpiderMonkey "So you're new to SpiderMonkey"] is a guide for new contributors | ||
Line 31: | Line 35: | ||
== Links == | === Links === | ||
* [[JavaScript:Home Page|Old JavaScript project page]] | * [[JavaScript:Home Page|Old JavaScript project page]] | ||
* [[Javascript:Hazard Builds|Information on the Treeherder hazard builds ('''H''' builds)]] | * [[Javascript:Hazard Builds|Information on the Treeherder hazard builds ('''H''' builds)]] | ||
* [[Javascript:Automation Builds|Information on the Treeherder shell builds ('''SM(...)''' builds)]] | * [[Javascript:Automation Builds|Information on the Treeherder shell builds ('''SM(...)''' builds)]] | ||
* {{MDN|Mozilla/Projects/SpiderMonkey/Hacking_Tips|SpiderMonkey hacking tips and tricks}} | * {{MDN|Mozilla/Projects/SpiderMonkey/Hacking_Tips|SpiderMonkey hacking tips and tricks}} |
Revision as of 20:42, 27 April 2021
Are you looking for documentation about the JavaScript language? You probably want the Mozilla Developer Network JavaScript site.
SpiderMonkey
SpiderMonkey is the project name for the JavaScript engine that powers Firefox.
For more information visit our more up-to-date website at SpiderMonkey.dev. The below information is mostly historical.
Historical Links
This is the project page for SpiderMonkey, Mozilla's JavaScript engine.
Communication
- Mailing lists:
- dev-tech-js-engine-internals for SpiderMonkey project discussion (You probably want this list!)
- dev-tech-js-engine for questions about embedding the standalone SpiderMonkey releases
- Matrix https://chat.mozilla.org
- spidermonkey for all things SpiderMonkey
New Contributors
- "So you're new to SpiderMonkey" is a guide for new contributors
- SpiderMonkey coding style guide
- JavaScript engine hackers and areas of expertise
- MDN's SpiderMonkey C++ documentation