Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h174 bool is_holey = IsHoleyElementsKind(current_kind); in EnsureCanContainElements() local
180 is_holey = true; in EnsureCanContainElements()
185 if (is_holey) { in EnsureCanContainElements()
191 } else if (is_holey) { in EnsureCanContainElements()
Delements.cc5302 bool is_holey = false; in Concat() local
5307 is_holey = is_holey || IsHoleyElementsKind(arg_kind); in Concat()
5311 if (is_holey) { in Concat()
/third_party/node/deps/v8/src/ast/
Dast.cc578 bool is_holey = false; in InitDepthAndFlags() local
611 is_holey = true; in InitDepthAndFlags()
636 if (is_holey) { in InitDepthAndFlags()