summaryrefslogtreecommitdiff
path: root/scripting/v8_utils.cpp
AgeCommit message (Expand)Author
2011-06-23remove unnecessary includesagirbal
2011-06-21towards compile v8 windowsDwight
2011-04-24SERVER-2993: refactor v8 engine to carry scope in most methods / callbacksagirbal
2011-01-10v8 fix gc callbackAaron
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-09-23SERVER-387 enable interrupts for v8Aaron
2010-09-07SERVER-1749 guard all v8 function callbacksAaron
2010-07-05fix v8 cursor closingEliot Horowitz
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