Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-12 | Set the stack size for sub contexts | Paul J. Davis | |
I was forgetting to pass the args through to evalcx so that it could use the stack size specified on the command line. | |||
2011-10-20 | Fix object sealing with spidermonkey 1.7.0 | Robert Newson | |
2011-09-22 | Updated CouchJS to support SpiderMonkey 1.8.5 | Paul J. Davis | |
This is tested against the 1.7.0, 1.8.0rc1, and 1.8.5 tarballs from Mozilla's FTP directory. It's mostly the same code from trunk minus a few tweaks to get it past a couple type errors using c++ instead of cc. |