Home | History | Annotate | Download | only in src

Lines Matching refs:maybe_elements

1077         MaybeObject* maybe_elements = dictionary->Shrink(key);
1079 if (!maybe_elements->To(&new_elements)) {
1080 return maybe_elements;