summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/bson.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-5/+6
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-161-4/+25
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-161-25/+4
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-151-4/+25
* SERVER-42664 add bsonObjToArray to shellcchilds12019-08-091-1/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-301-4/+7
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-7/+4
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-4/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-30773 optimize bsonWoCompare/bsonBinaryEqualablack122018-10-021-31/+24
* SERVER-30773 add functionality for bson element typesablack122018-09-261-6/+22
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-3/+7
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-2/+2
* SERVER-25324 Expose a function in the shell to compare BSON at a byte levelJonathan Abrahams2016-09-121-3/+19
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-5/+17
* SERVER-19977 Switch JS BsonHolder to use StringMapJason Carey2015-10-061-3/+5
* SERVER-19977 Offer a stack based JSStringWrapperJason Carey2015-10-061-3/+4
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-1/+2
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-13/+42
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-2/+2
* SERVER-20080 Constrain ctor calls for JS typesJason Carey2015-09-171-7/+1
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+235