summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine_spidermonkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9124: Avoid raw pointers for SM's nativeHelperBen Becker2013-03-291-7/+25
* SERVER-6646: fix spidermonkey buildBen Becker2013-03-131-1/+1
* SERVER-6646: fix round-trip of null values in v8Ben Becker2013-03-131-1/+1
* SERVER-8828: replace verify() with assert() in spidermonkey startup testsBen Becker2013-03-051-10/+10
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-281-1/+1
* SERVER-8618: add context to JS exception messagesBen Becker2013-02-201-1/+1
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-121-1/+1
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-151-9/+9
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-061-0/+2
* SERVER-7776: remove some uses of V8_SIMPLE_HEADER by moving scope init functi...Ben Becker2012-12-261-0/+9
* SERVER-7886 Fix SpiderMonkey compileTad Marshall2012-12-101-1/+1
* SERVER-7134 Shuffle spidermonkey engine code around.Andy Schwerin2012-11-021-351/+176
* SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-171-0/+4
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+6
* Remove unused code in scripting/engine_spidermonkey.cppTad Marshall2012-06-121-37/+0
* SERVER-5842 don't assert on call inside native_helperTad Marshall2012-05-311-1/+11
* SERVER-5842 don't let exceptions leave engine_spidermonkey.cppTad Marshall2012-05-301-295/+558
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-4/+4
* SERVER-5574 Make spider monkey Scope implementation honor exec()'s reportErro...Aaron2012-04-121-7/+13
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-061-1/+5
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-3/+3
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-59/+57
* change to not reference boost recrusivemutex in mutex.h. there was no include...dwight2012-02-141-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1766