summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/numberlong.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye2017-06-121-1/+5
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-2/+2
* SERVER-25887 fix autocomplete for NumberLongMatt Cotter2016-09-061-9/+10
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-44/+26
* SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell ...Adam Chelminski2016-08-151-2/+10
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-101-5/+5
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-3/+3
* SERVER-22461 Crash in mozjs code with invalid NumberLong objectWaley Chen2016-02-181-55/+116
* Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong object"Eric Milkie2016-02-161-116/+55
* SERVER-22461 Crash in mozjs code with invalid NumberLong objectWaley Chen2016-02-151-55/+116
* Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong objectt"Jason Carey2016-02-111-114/+53
* SERVER-22461 Crash in mozjs code with invalid NumberLong objecttWaley Chen2016-02-111-53/+114
* SERVER-19977 JS ObjectWrapper improvementsJason Carey2015-10-061-3/+3
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-21/+15
* SERVER-20332 make JS NumberLong more robustJason Carey2015-09-231-3/+3
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-10/+11
* SERVER-19814 add compare() method to NumberLong, and use it in shell's implem...David Storch2015-08-101-1/+21
* SERVER-9973 Fix NumberLong on 32-bit platformsJonathan Reams2015-07-311-3/+4
* SERVER-9973 Allow creating NumberLong from anything that supports toNumberJonathan Reams2015-07-301-7/+15
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+164