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/
H A 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()
H A Delements.cc5302 bool is_holey = false;
5307 is_holey = is_holey || IsHoleyElementsKind(arg_kind);
5311 if (is_holey) {
/third_party/node/deps/v8/src/ast/
H A Dast.cc578 bool is_holey = false; in InitDepthAndFlags()
611 is_holey = true; in InitDepthAndFlags()
636 if (is_holey) { in InitDepthAndFlags()

Completed in 13 milliseconds