Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index e9b325b4cde476c317e29457fbcbc2b2ae9ff8b8..3dd6fed8a9ed0b17f187cbf3c94cb1cdf6711c20 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -1839,12 +1839,6 @@ void JSObject::EnsureCanContainElements(Handle<JSObject> object, |
} |
-bool JSObject::WouldConvertToSlowElements(Handle<Object> key) { |
- uint32_t index; |
- return key->ToArrayIndex(&index) && WouldConvertToSlowElements(index); |
-} |
- |
- |
void JSObject::SetMapAndElements(Handle<JSObject> object, |
Handle<Map> new_map, |
Handle<FixedArrayBase> value) { |