Revision: 21571
Author:   [email protected]
Date:     Wed May 28 13:36:25 2014 UTC
Log: Check that all properties are processed in NameDictionary::CopyEnumKeysTo.

BUG=372579
LOG=N
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/objects.cc      Wed May 28 09:58:27 2014 UTC
+++ /branches/bleeding_edge/src/objects.cc      Wed May 28 13:36:25 2014 UTC
@@ -16100,6 +16100,7 @@
        if (properties == length) break;
      }
   }
+  CHECK_EQ(length, properties);
   EnumIndexComparator cmp(this);
   Smi** start = reinterpret_cast<Smi**>(storage->GetFirstElementAddress());
   std::sort(start, start + length, cmp);

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