Lines Matching defs:property
18 #include "src/objects/property-descriptor.h"
441 const JsonProperty& property = property_stack[start + i];
442 if (!property.string.is_index()) continue;
443 uint32_t index = property.string.index();
444 Handle<Object> value = property.value;
457 const JsonProperty& property = property_stack[start + i];
458 if (!property.string.is_index()) continue;
459 uint32_t index = property.string.index();
460 Handle<Object> value = property.value;
478 const JsonProperty& property = property_stack[start + i];
479 if (property.string.is_index()) continue;
499 Handle<String> key = MakeString(property.string, expected);
514 Handle<Object> value = property.value;
591 const JsonProperty& property = property_stack[start + j];
592 if (property.string.is_index()) continue;
596 Object value = *property.value;
653 const JsonProperty& property = property_stack[start + i];
654 if (property.string.is_index()) continue;
655 Handle<String> key = MakeString(property.string);
660 Handle<Object> value = property.value;
753 // Parse the property key.
759 // Continue to start producing the first property value.
827 // Store the previous property value into its property info.
831 // Parse the property key.
837 // Break to start producing the subsequent property value.