# Spidermonkey **Repository Path**: hhuai/Spidermonkey ## Basic Information - **Project Name**: Spidermonkey - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpiderMonkey VM [SpiderMonkey](https://developer.mozilla.org/en-US/docs/SpiderMonkey) is [Mozilla](http://www.mozilla.org)'s JavaScript engine. ## About this repository - This is NOT the official SpiderMonkey standalone project. Official repo is [here](https://developer.mozilla.org/en-US/docs/SpiderMonkey) - Only contains the SpiderMonkey source code and needed files to compile it - Contains a few patches to make it compile on iOS (device and simulator) - Contains build scripts for iOS, Android, Win32 and OS X ## About builds ### iOS - JIT is disabled - Device only: compiled in RELEASE mode - Simulator only: compiled in DEBUG mode ### Android - JIT is enabled - compiled in RELEASE mode ### OS X - JIT is enabled - compiled in DEBUG mode ### Windows - JIT is enabled - compiled in RELEASE mode ### Linux - JIT is enabled - compiled in RELEASE mode ## About the patches - Patches for [SpiderMonkey](https://github.com/ricardoquesada/Spidermonkey/wiki/)