summaryrefslogtreecommitdiff
path: root/jstests/core/recursion.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-12/+12
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-43/+38
* SERVER-19614 Temporarily disable JS recursion depth protectionsAndrew Morrow2015-10-131-38/+43
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-0/+41