Home | History | Annotate | Download | only in src

Lines Matching refs:is_holey

3683   bool is_holey = false;
3691 is_holey = true;
3715 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind);