Home | History | Annotate | Download | only in src

Lines Matching full:holey

1021   KeyedArrayCallStub(bool holey, int argc) : HICStub(), argc_(argc) {
1022 bit_field_ = ContextualBits::encode(false) | HoleyBits::encode(holey);