summaryrefslogtreecommitdiff
path: root/scripting/v8_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix v8 cursor closingEliot Horowitz2010-07-051-0/+7
* MINOR use hidden value for native js thread object, avoids trouble when printingAaron2010-01-121-3/+3
* SERVER-529 when js thread throws an exception, log and check returnAaron2010-01-121-1/+8
* SERVER-470 MINOR don't need persistent handles for copied function argumentsAaron2009-12-291-5/+2
* SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron2009-12-291-4/+1
* SERVER-470 MINOR Refactor shell scope init codeAaron2009-12-291-6/+1
* SERVER-470 allow shell threads to be run in fresh scopesAaron2009-12-291-4/+55
* SERVER-446 use v8's raii objects correctly per documentationAaron2009-12-291-2/+4
* SERVER-470 fix some v8 locking issuesAaron2009-12-221-16/+16
* SERVER-470 unlock v8 appropriately so can do work in parallelAaron2009-12-221-2/+0
* SERVER-470 added fork()/Thread() to v8 engine-Aaron2009-12-221-0/+116
* add DBRef support to v8 engine (not DBPointer)metagoto2009-11-241-2/+2
* fix for V8 TryCatch changemetagoto2009-11-241-5/+5
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-1/+16
* v8 invoke works nowEliot Horowitz2009-10-111-0/+39
* exec checkpointEliot Horowitz2009-10-101-48/+0
* checkpoint for playing with v8Eliot Horowitz2009-10-101-0/+136