Revision: 2954
Author: [email protected]
Date: Wed Sep 23 00:55:48 2009
Log: Initialize the can_continue_ field in the TryCatch constructor.
Review URL: http://codereview.chromium.org/227001
http://code.google.com/p/v8/source/detail?r=2954

Modified:
  /branches/bleeding_edge/src/api.cc

=======================================
--- /branches/bleeding_edge/src/api.cc  Thu Sep 17 01:58:06 2009
+++ /branches/bleeding_edge/src/api.cc  Wed Sep 23 00:55:48 2009
@@ -1191,6 +1191,7 @@
        exception_(i::Heap::the_hole_value()),
        message_(i::Smi::FromInt(0)),
        is_verbose_(false),
+      can_continue_(true),
        capture_message_(true),
        js_handler_(NULL) {
    i::Top::RegisterTryCatchHandler(this);

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to