Revision: 16875
Author:   [email protected]
Date:     Mon Sep 23 11:11:31 2013 UTC
Log:      Remove obsolete Factory::EnsureCanContainElements method.

[email protected]

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

Modified:
 /branches/bleeding_edge/src/factory.cc
 /branches/bleeding_edge/src/factory.h

=======================================
--- /branches/bleeding_edge/src/factory.cc      Wed Sep 11 07:14:41 2013 UTC
+++ /branches/bleeding_edge/src/factory.cc      Mon Sep 23 11:11:31 2013 UTC
@@ -1081,16 +1081,6 @@
       isolate(),
       array->SetContent(*elements));
 }
-
-
-void Factory::EnsureCanContainElements(Handle<JSArray> array,
-                                       Handle<FixedArrayBase> elements,
-                                       uint32_t length,
-                                       EnsureElementsMode mode) {
-  CALL_HEAP_FUNCTION_VOID(
-      isolate(),
-      array->EnsureCanContainElements(*elements, length, mode));
-}


 Handle<JSArrayBuffer> Factory::NewJSArrayBuffer() {
=======================================
--- /branches/bleeding_edge/src/factory.h       Fri Sep 20 09:27:40 2013 UTC
+++ /branches/bleeding_edge/src/factory.h       Mon Sep 23 11:11:31 2013 UTC
@@ -328,11 +328,6 @@

   void SetContent(Handle<JSArray> array, Handle<FixedArrayBase> elements);

-  void EnsureCanContainElements(Handle<JSArray> array,
-                                Handle<FixedArrayBase> elements,
-                                uint32_t length,
-                                EnsureElementsMode mode);
-
   Handle<JSArrayBuffer> NewJSArrayBuffer();

   Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type);

--
--
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