summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-4/+1
* SERVER-65773 Improved MozJS error handlingMohammad Dashti2022-04-281-3/+5
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-0/+1
* SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan2020-06-221-1/+1
* SERVER-40059 build Status objects with StringData in exception.cppGabriel Russell2019-03-141-3/+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-1/+3
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-3/+1
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-05-231-21/+10
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-191-26/+38
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-2/+2
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-0/+5
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-1/+1
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+4
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-1/+1
* SERVER-21711 make currentJSExceptionToStatus more robustJason Carey2015-12-021-0/+5
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-1/+1
* SERVER-19935 Make JSThread stacks more informativeJason Carey2015-08-141-0/+11
* SERVER-19853 no numeric_limits for msvc in MozJSJason Carey2015-08-101-1/+1
* SERVER-19705 unmix MozJS and Mongo Error CodesJason Carey2015-08-101-9/+25
* SERVER-19641 cleanup the js scope in quit()Jason Carey2015-07-281-4/+15
* SERVER-18531 Additional fixes for SpiderMonkeyJason Carey2015-07-201-1/+1
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+89