summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6646: fix round-trip of null values in v8Ben Becker2013-03-131-1/+1
* SERVER-8632: fix server-side JS for MapReduce, $where and groupBen Becker2013-02-271-3/+3
* SERVER-8618: add context to JS exception messagesBen Becker2013-02-201-2/+6
* SERVER-8220: fix native function conversionBen Becker2013-02-121-0/+3
* SERVER-8104: clean up js global objectBen Becker2013-01-181-0/+2
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-2/+0
* fix type mismatchEliot Horowitz2013-01-091-1/+1
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-061-0/+2
* Bulk v8 cleanup:Ben Becker2013-01-021-101/+115
* SERVER-7849: enter v8 from a new js thread, and always mark _killPendingBen Becker2012-12-261-2/+1
* SERVER-7776: remove some uses of V8_SIMPLE_HEADER by moving scope init functi...Ben Becker2012-12-261-6/+2
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-15/+16
* Revert "SERVER-7617 Enter and Exit our scope's Isolate in V8"Tad Marshall2012-11-141-2/+0
* SERVER-7617 Enter and Exit our scope's Isolate in V8Tad Marshall2012-11-131-0/+2
* SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-171-0/+1
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-2/+1
* Remove ScriptEngine::Unlocker, which is no longer used.Aaron2012-04-101-3/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+235