Home | History | Annotate | Download | only in src

Lines Matching refs:key_index

4682       int key_index = Smi::cast(key_indices->get(i))->value();
4683 Object* raw_key = properties->KeyAt(key_index);
4692 DCHECK(properties->ValueAt(key_index)->IsPropertyCell());
4694 PropertyCell::cast(properties->ValueAt(key_index)), isolate());
4708 int key_index = Smi::cast(key_indices->get(i))->value();
4709 Object* raw_key = properties->KeyAt(key_index);
4719 Handle<Object>(properties->ValueAt(key_index), isolate());
4722 PropertyDetails details = properties->DetailsAt(key_index);