Home
last modified time | relevance | path

Searched refs:is_holey (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast.cc601 bool is_holey = false; in BuildBoilerplateDescription() local
615 is_holey = true; in BuildBoilerplateDescription()
628 if (is_holey) kind = GetHoleyElementsKind(kind); in BuildBoilerplateDescription()
/external/v8/src/
Dobjects-inl.h1172 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements() local
1178 is_holey = true; in EnsureCanContainElements()
1183 if (is_holey) { in EnsureCanContainElements()
1189 } else if (is_holey) { in EnsureCanContainElements()
Delements.cc4641 bool is_holey = false; in Concat() local
4646 is_holey = is_holey || IsHoleyElementsKind(arg_kind); in Concat()
4650 if (is_holey) { in Concat()