summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/implscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-5/+0
* SERVER-72722 Truncate long uncaught JavaScript error messages to 10KBRomans Kasperovics2023-02-021-2/+13
* SERVER-72286 Convert all shard split tests to use ES modulesMatt Broadstone2023-01-041-1/+8
* SERVER-71628 Try to resolve baseUrl defined in nearby jsconfig.jsonMatt Broadstone2022-12-201-7/+6
* SERVER-71658 Add support for dynamic importMatt Broadstone2022-12-161-7/+88
* SERVER-68286 Improved lifetime issues with `mongo::mozjs::currentJSScope`Mohammad Dashti2022-11-221-14/+11
* SERVER-70553 Add ES Modules support to mongo test runnerMatt Broadstone2022-11-101-9/+75
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66498 Disabled Baseline JIT for MozJSMohammad Dashti2022-05-171-4/+24
* SERVER-66302 Removed 'JS_SetGlobalJitCompilerOption' calls to avoid a possibl...Mohammad Dashti2022-05-071-4/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65773 Improved MozJS error handlingMohammad Dashti2022-04-281-0/+8
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-03-261-0/+18
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-50/+64
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-3/+3
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-181-1/+1
* SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell2020-06-101-9/+7
* SERVER-48266 Improve handling of kCurrentScope for the benefit of the hang an...Andrew Morrow2020-05-181-20/+39
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-11/+12
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-131-1/+6
* SERVER-46227 MozJSImplScope::kill() check for "correct thread" will always failJames Wahlin2020-03-091-1/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-1/+1
* SERVER-46359 Log javascript stack traces in plain text in the shell.Henrik Edin2020-02-251-1/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+11
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-0/+1
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-5/+9
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-0/+1
* SERVER-42736 Remove PosixNSPR implementations.ADAM Martin2019-10-141-18/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+0
* SERVER-39152 more correctly set JSGC_MAX_BYTESGabriel Russell2019-03-251-8/+3
* SERVER-39400 fix lintGabriel Russell2019-03-041-1/+0
* SERVER-39400 support async JSGabriel Russell2019-03-041-10/+26
* SERVER-39496 expose non-object exceptionsGabriel Russell2019-03-041-17/+32
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39183 Avoid opCtx wait in implscope sleepJason Carey2019-02-101-16/+1
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-1/+17
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-301-97/+37
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-37/+97
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-97/+37
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-38838 Ensure JavaScript stack string isn't empty.Max Hirschhorn2019-01-091-0/+12
* SERVER-36740 Sometimes crashes on windows don't provide a backtraceMark Benvenuto2018-11-211-0/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn2018-09-181-18/+42