Revision: 16769
Author:   [email protected]
Date:     Tue Sep 17 12:28:35 2013 UTC
Log:      Open new handle scope when deep copying.

[email protected]
BUG=292903

Review URL: https://codereview.chromium.org/24201002
http://code.google.com/p/v8/source/detail?r=16769

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

=======================================
--- /branches/bleeding_edge/src/objects.cc      Tue Sep 17 11:34:20 2013 UTC
+++ /branches/bleeding_edge/src/objects.cc      Tue Sep 17 12:28:35 2013 UTC
@@ -5635,6 +5635,8 @@

   Handle<JSObject> copy = Copy(object);

+  HandleScope scope(isolate);
+
   // Deep copy local properties.
   if (copy->HasFastProperties()) {
Handle<DescriptorArray> descriptors(copy->map()->instance_descriptors());

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to