Home | History | Annotate | Download | only in src

Lines Matching full:is_holey

351   bool is_holey = false;
363 is_holey = true;
387 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind);