Revision: 21719
Author:   [email protected]
Date:     Fri Jun  6 13:54:08 2014 UTC
Log:      Drop unused Object::GetMarkerMap method

[email protected]
BUG=none
LOG=n

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

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

=======================================
--- /branches/bleeding_edge/src/objects.cc      Tue Jun  3 16:22:10 2014 UTC
+++ /branches/bleeding_edge/src/objects.cc      Fri Jun  6 13:54:08 2014 UTC
@@ -976,12 +976,6 @@
                                     Handle<Object> object) {
   return handle(object->GetPrototype(isolate), isolate);
 }
-
-
-Map* Object::GetMarkerMap(Isolate* isolate) {
-  if (IsSmi()) return isolate->heap()->heap_number_map();
-  return HeapObject::cast(this)->map();
-}


 Object* Object::GetHash() {
=======================================
--- /branches/bleeding_edge/src/objects.h       Tue Jun  3 16:22:10 2014 UTC
+++ /branches/bleeding_edge/src/objects.h       Fri Jun  6 13:54:08 2014 UTC
@@ -1512,7 +1512,6 @@
   // Return the object's prototype (might be Heap::null_value()).
   Object* GetPrototype(Isolate* isolate);
static Handle<Object> GetPrototype(Isolate* isolate, Handle<Object> object);
-  Map* GetMarkerMap(Isolate* isolate);

// Returns the permanent hash code associated with this object. May return
   // undefined if not yet created.

--
--
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/d/optout.

Reply via email to