Home | History | Annotate | Download | only in src

Lines Matching refs:ShouldConvertToSlowElements

11992       if (!object->ShouldConvertToSlowElements(new_capacity)) {
12266 if (!object->ShouldConvertToSlowElements(new_capacity)) {
12946 return ShouldConvertToSlowElements(new_capacity);
12953 bool JSObject::ShouldConvertToSlowElements(int new_capacity) {