Lines Matching defs:property
57 // Serialize a object property.
58 // The key may or may not be serialized depending on the property.
460 builder_.AppendCStringLiteral("property '");
843 Handle<Object> property;
848 property = JSObject::FastPropertyAt(
852 isolate_, property,
855 Result result = SerializeProperty(property, comma, key_name);
882 Handle<Object> property;
884 isolate_, property, Object::GetPropertyOrElement(isolate_, object, key),
886 Result result = SerializeProperty(property, comma, key);