Revision: 14626
Author: [email protected]
Date: Fri May 10 10:43:04 2013
Log: Return failure when allocating maps fails.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/14707011
http://code.google.com/p/v8/source/detail?r=14626
Modified:
/branches/bleeding_edge/src/objects.cc
=======================================
--- /branches/bleeding_edge/src/objects.cc Fri May 10 10:17:50 2013
+++ /branches/bleeding_edge/src/objects.cc Fri May 10 10:43:04 2013
@@ -2588,6 +2588,7 @@
// during GC. Its descriptor array is too large, but it will be
// overwritten during retry anyway.
Handle<Map>(new_map);
+ return maybe_map;
}
}
--
--
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.