Home | History | Annotate | Download | only in src

Lines Matching refs:is_holey

337   bool is_holey = false;
349 is_holey = true;
373 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind);