If we have this javascript code:
 var obj =
{
 b:{propb: 10},
 d: {propd: 15},
 c: {propc: 15},
 a: {propa: 5}
}

Does v8::Object::GetPropertyNames() guarantee that the property names
will be returned in the same order as they were defined above? I did a
test, and the order is preserved, but I want to know if this is
guaranteed.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to