summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/objectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-14/+32
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+2
* SERVER-39521 Don't skip _id in ObjWrapper::toBSONJason Carey2019-02-261-1/+41
* 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-10/+41
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-41/+10
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-10/+41
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-011-2/+4
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-191-7/+17
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-0/+7
* SERVER-25482 Coverity analysis defect 99830: Unchecked return valueWaley Chen2016-08-081-1/+4
* SERVER-22053 Insertion of Array with undefined/null componentsWaley Chen2016-08-041-5/+21
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+5
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-101-1/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-2/+0
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-4/+10
* SERVER-21957 Don't destroy builder while still in useAndrew Morrow2015-12-211-34/+43
* SERVER-19977 JS ObjectWrapper improvementsJason Carey2015-10-061-3/+40
* SERVER-19977 Offer a stack based JSStringWrapperJason Carey2015-10-061-16/+35
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-2/+42
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-3/+6
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-211-30/+101
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-1/+13
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+8
* SERVER-19597 originalBSON can be called on protoJason Carey2015-07-281-1/+1
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+385