Home | History | Annotate | Download | only in src

Lines Matching defs:property

54   // Serialize a object property.
55 // The key may or may not be serialized depending on the property.
545 Handle<Object> property;
551 property = isolate->factory()->NewHeapNumber(value);
554 property = handle(object->RawFastPropertyAt(field_index), isolate);
558 isolate_, property,
562 Result result = SerializeProperty(property, comma, key);
590 Handle<Object> property;
592 isolate_, property, maybe_property, EXCEPTION);
593 Result result = SerializeProperty(property, comma, key_handle);