summaryrefslogtreecommitdiff
path: root/src/mongo/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8104: clean up js global objectBen Becker2013-01-1811-123/+165
* Revert "SERVER-8060: make min/max key consistent with spidermonkey"Scott Hernandez2013-01-171-4/+4
* SERVER-8060: make min/max key consistent with spidermonkeyBen Becker2013-01-161-4/+4
* SERVER-8184: remove conversion to string, massert() on toSTLString() failure.Ben Becker2013-01-153-8/+9
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-1513-105/+99
* SERVER-8171 Fix unreliable print() function in engine_v8Tad Marshall2013-01-151-7/+9
* Whitespace: missing newline at end-of-fileTad Marshall2013-01-151-1/+1
* Fix Windows warning about struct vs classTad Marshall2013-01-141-2/+0
* add simple v8 profiler bindingsBen Becker2013-01-144-2/+147
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-143-261/+186
* allow full non-near geo functionality in matcherHari Khalsa2013-01-142-2/+1
* SERVER-8053: support for timeouts in V8Scope's invoke() and exec()Ben Becker2013-01-114-5/+361
* SERVER-8151: avoid using a HandleScope in mongoFind()Ben Becker2013-01-111-2/+1
* fix type mismatchEliot Horowitz2013-01-091-1/+1
* SERVER-8040 Fix SpiderMonkey compileTad Marshall2013-01-061-0/+3
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-065-0/+13
* SERVER-8040: ensure all entry/exit points for v8 execution are wrapped in nat...Ben Becker2013-01-042-10/+47
* Bulk v8 cleanup:Ben Becker2013-01-028-1781/+1550
* remove unused variableBen Becker2012-12-261-1/+0
* SERVER-7849: enter v8 from a new js thread, and always mark _killPendingBen Becker2012-12-263-24/+17
* SERVER-7776: remove some uses of V8_SIMPLE_HEADER by moving scope init functi...Ben Becker2012-12-263-14/+21
* SERVER-7776: fix scoped_lockBen Becker2012-12-241-2/+2
* SERVER-7719: fix argument handling in js insert() methodBen Becker2012-12-231-6/+6
* SERVER-7776: remove v8 locker preemption, thus rely on polling the stack guar...Ben Becker2012-12-231-6/+2
* SERVER-8021: on v8 OOM, throw instead of abortBen Becker2012-12-231-1/+9
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-211-2/+3
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-212-2/+4
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-211-7/+8
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-216-494/+476
* SERVER-7886 Fix SpiderMonkey compileTad Marshall2012-12-101-1/+1
* SERVER-7776: remove unused array conversionBen Becker2012-12-103-31/+20
* SERVER-7776: remove unused v8 wrapperBen Becker2012-12-105-145/+0
* SERVER-7849: fix JSThread read from offset into string literalBen Becker2012-12-101-1/+2
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-1/+1
* SERVER-7872: allow v8 gc to account for external bson sizeBen Becker2012-12-102-9/+10
* SERVER-7605 Do not try to display exception info when no exception has occurredTad Marshall2012-11-261-12/+10
* SERVER-7633: massert on null TemplateObjectBen Becker2012-11-211-1/+16
* SERVER-7685: fix build: propagate return from new inner functionEric Milkie2012-11-201-1/+3
* SERVER-7685: fix build: cast was incorrectEric Milkie2012-11-201-1/+1
* SERVER-7685: refactor v8ToMongoElement to reduce stack consumption in recursi...Ben Becker2012-11-202-91/+167
* SERVER-7705 Test return value from Run() call on assignmentTad Marshall2012-11-191-0/+4
* SERVER-7617 Use V8_SIMPLE_HEADER in V8Scope::hasOutOfMemoryException()Tad Marshall2012-11-161-0/+1
* Revert "SERVER-7617 Enter and Exit our scope's Isolate in V8"Tad Marshall2012-11-144-16/+0
* SERVER-7617 Enter and Exit our scope's Isolate in V8Tad Marshall2012-11-134-0/+16
* SERVER-7600 Fixup V8 includes, adapt Visual Studio projectsTad Marshall2012-11-096-14/+17
* SERVER-7577 Do not try to use filename if not setTad Marshall2012-11-091-2/+5
* SERVER-7134 Revert path change in includeTad Marshall2012-11-081-2/+2
* add fassert numbersEric Milkie2012-11-081-2/+2
* SERVER-7134 Let MongoDB modules extend the prototype of the Mongo object in t...Andy Schwerin2012-11-082-1/+34
* Rearrange v8_db.{h,cpp} includes.Andy Schwerin2012-11-081-9/+11