Lines Matching defs:index
115 FieldIndex index = FieldIndex::ForPropertyIndex(
118 Object raw = copy->RawFastPropertyAt(isolate, index);
123 if (copying) copy->FastPropertyAtPut(index, *value);
128 copy->FastPropertyAtPut(index, *value);
405 for (int index = 0; index < length; index++) {
406 Handle<Object> key(object_boilerplate_description->name(isolate, index),
408 Handle<Object> value(object_boilerplate_description->value(isolate, index),
428 // Array index (uint32).
648 int index = args.tagged_index_value_at(1);
660 FeedbackSlot literal_slot(FeedbackVector::ToSlot(index));