Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc492 bool is_holey = false; in BuildConstantElements() local
509 is_holey = true; in BuildConstantElements()
537 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind); in BuildConstantElements()
/external/v8/src/
Delements.cc2370 bool is_holey = false; in Concat() local
2385 is_holey = is_holey || IsFastHoleyElementsKind(arg_kind); in Concat()
2388 if (is_holey) { in Concat()
Dobjects-inl.h1884 bool is_holey = IsFastHoleyElementsKind(current_kind); in EnsureCanContainElements() local
1891 is_holey = true; in EnsureCanContainElements()
1896 if (is_holey) { in EnsureCanContainElements()
1902 } else if (is_holey) { in EnsureCanContainElements()