summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/jsthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn2018-09-181-14/+13
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-2/+2
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19614 Return to using stdx::thread for JS impl scopeAndrew Morrow2015-10-271-1/+1
* SERVER-19977 Use JS_NewArrayObject directlyJason Carey2015-10-061-9/+4
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-2/+2
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-2/+2
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-1/+1
* SERVER-20496 Harmonize JS and Server --dbgJason Carey2015-09-281-10/+24
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-211-3/+4
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-10/+15
* SERVER-19935 Make JSThread stacks more informativeJason Carey2015-08-141-4/+15
* SERVER-19705 unmix MozJS and Mongo Error CodesJason Carey2015-08-101-1/+1
* SERVER-19612 JSThread exceptions lost on SMJason Carey2015-07-301-1/+1
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+274