summaryrefslogtreecommitdiff
path: root/scripting/v8_utils.cpp
AgeCommit message (Expand)Author
2010-01-12MINOR use hidden value for native js thread object, avoids trouble when printingAaron
2010-01-12SERVER-529 when js thread throws an exception, log and check returnAaron
2009-12-29SERVER-470 MINOR don't need persistent handles for copied function argumentsAaron
2009-12-29SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron
2009-12-29SERVER-470 MINOR Refactor shell scope init codeAaron
2009-12-29SERVER-470 allow shell threads to be run in fresh scopesAaron
2009-12-29SERVER-446 use v8's raii objects correctly per documentationAaron
2009-12-22SERVER-470 fix some v8 locking issuesAaron
2009-12-22SERVER-470 unlock v8 appropriately so can do work in parallelAaron
2009-12-22SERVER-470 added fork()/Thread() to v8 engine-Aaron
2009-11-24add DBRef support to v8 engine (not DBPointer)metagoto
2009-11-24fix for V8 TryCatch changemetagoto
2009-10-27all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn
2009-10-11v8 invoke works nowEliot Horowitz
2009-10-10exec checkpointEliot Horowitz
2009-10-10checkpoint for playing with v8Eliot Horowitz