Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-61008 Upgrade vendorized mozjs to esr91.3 | Justin Seyster | 2022-03-07 | 1 | -3/+1 |
| | | | | Co-authored-by: Mohammad Dashti <mdashti@gmail.com> | ||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -21/+23 |
| | |||||
* | SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build Integration | Mark Benvenuto | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | SERVER-19977 Intern JS Strings | Jason Carey | 2015-10-06 | 1 | -0/+65 |
Rather than supplying const char*'s throughout our use of the MozJS api, intern the strings and root their associated ids (to save on string parsing). |