Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc734 bool is_holey = false; in BuildConstantElements() local
748 is_holey = true; in BuildConstantElements()
761 if (is_holey) kind = GetHoleyElementsKind(kind); in BuildConstantElements()
/external/v8/src/
Delements.cc3878 bool is_holey = false; in Concat() local
3883 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind); in Concat()
3887 if (is_holey) { in Concat()
Dobjects-inl.h1847 bool is_holey = IsFastHoleyElementsKind(current_kind); in EnsureCanContainElements() local
1853 is_holey = true; in EnsureCanContainElements()
1858 if (is_holey) { in EnsureCanContainElements()
1864 } else if (is_holey) { in EnsureCanContainElements()