git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@153
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
ObjectLiteral::Property* property =
NEW(ObjectLiteral::Property(key, value));
-
+
// Count CONSTANT or COMPUTED properties to maintain the enumeration order.
if ((property != NULL) &&
(property->kind() == ObjectLiteral::Property::CONSTANT ||
literal = property->value()->AsLiteral();
else if (property->kind() == ObjectLiteral::Property::COMPUTED)
literal = GetLiteralUndefined();
- else
+ else
continue;
// Add name, value pair to the fixed array.