summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/implscope.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-2/+2
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-131-0/+2
* SERVER-46227 MozJSImplScope::kill() check for "correct thread" will always failJames Wahlin2020-03-091-3/+3
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-2/+2
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-2/+2
* SERVER-42736 Remove PosixNSPR implementations.ADAM Martin2019-10-141-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-1/+1
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-301-5/+6
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-6/+5
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-5/+6
* SERVER-36740 Sometimes crashes on windows don't provide a backtraceMark Benvenuto2018-11-211-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-11/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-34770 Retry on JavaScript execution interruptions in stepdown suitesBen Caimano2018-06-081-2/+2
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-05-231-1/+3
* SERVER-31508: Make Javascript sleep interruptableSpencer Jackson2018-04-271-0/+4
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-191-0/+13
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+5
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+7
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-07-071-0/+3
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-04-101-5/+2
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-5/+31
* SERVER-27873 Dump a JavaScript backtrace of any code running in SpiderMonkey ...Jonathan Abrahams2017-03-161-0/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams2016-10-171-4/+3
* SERVER-25764 Interrupt javascript periodically.Jonathan Reams2016-08-291-0/+2
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-3/+10
* SERVER-25056 implscope checks interruptability against opctxMatt Cotter2016-08-091-0/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-9131 Fix lint failed checksKaloian Manassiev2016-02-181-2/+1
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-0/+10
* SERVER-21717 Be more graceful in JS OOMJason Carey2015-12-021-0/+1
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-131-1/+1
* SERVER-19614 Return to using stdx::thread for JS impl scopeAndrew Morrow2015-10-271-2/+0
* SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow2015-10-121-2/+4
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-0/+6
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-1/+6
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-0/+2
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-25/+57
* SERVER-19935 Make JSThread stacks more informativeJason Carey2015-08-141-0/+9
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+7
* SERVER-19570 Issue kill against find command cursors in shell when cursor obj...Qingyang Chen2015-08-121-0/+6
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-121-0/+6
* Revert "SERVER-16703 Improve parsing of JS function bodies and expressions"Jonathan Reams2015-08-111-6/+1
* SERVER-16703 Improve parsing of JS function bodies and expressionsJonathan Reams2015-08-111-1/+6