Home | History | Annotate | Download | only in src

Lines Matching full:maybe_index

12758     Handle<Object> maybe_index = JSReceiver::GetDataProperty(
12760 int index = maybe_index->IsSmi() ? Smi::cast(*maybe_index)->value()