Index: src/objects-inl.h |
=================================================================== |
--- src/objects-inl.h (revision 2423) |
+++ src/objects-inl.h (working copy) |
@@ -2653,7 +2653,7 @@ |
Object* key, |
Object* value, |
PropertyDetails details) { |
- ASSERT(!key->IsString() || details.index() > 0); |
+ ASSERT(!key->IsString() || details.IsDeleted() || details.index() > 0); |
antonm
2009/07/10 09:28:43
why this change? just curious.
|
int index = HashTable<Shape, Key>::EntryToIndex(entry); |
WriteBarrierMode mode = FixedArray::GetWriteBarrierMode(); |
FixedArray::set(index, key, mode); |