Home | History | Annotate | Download | only in src

Lines Matching full:holey

10640                   // prototype chain, and if so, allow creation of a holey
10642 // Same thing below (holey smi case).
10804 // For holey elements, take samples from the buffer checking for holes
15126 bool holey = false;
15136 holey = true;
15147 if (holey && !IsFastHoleyElementsKind(to_kind)) {
15173 // We might need to transition to holey
15175 if (holey && !IsFastHoleyElementsKind(kind)) {