Searched refs:is_holey (Results 1 – 3 of 3) sorted by relevance
601 bool is_holey = false; in BuildBoilerplateDescription() local615 is_holey = true; in BuildBoilerplateDescription()628 if (is_holey) kind = GetHoleyElementsKind(kind); in BuildBoilerplateDescription()
1172 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements() local1178 is_holey = true; in EnsureCanContainElements()1183 if (is_holey) { in EnsureCanContainElements()1189 } else if (is_holey) { in EnsureCanContainElements()
4641 bool is_holey = false; in Concat() local4646 is_holey = is_holey || IsHoleyElementsKind(arg_kind); in Concat()4650 if (is_holey) { in Concat()