summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/internedstring.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-3/+1
| | | | Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-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 licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-1/+1
|
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-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).