mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
LibJS: Remove the unused IndexedProperties::append_all method
This commit is contained in:
parent
22851287b1
commit
864beb0bd5
2 changed files with 0 additions and 14 deletions
|
@ -133,7 +133,6 @@ public:
|
|||
ValueAndAttributes take_last(Object* this_object);
|
||||
|
||||
void append(Value value, PropertyAttributes attributes = default_attributes) { put(nullptr, array_like_size(), value, attributes, false); }
|
||||
void append_all(Object* this_object, const IndexedProperties& properties, bool evaluate_accessors = true);
|
||||
|
||||
IndexedPropertyIterator begin(bool skip_empty = true) const { return IndexedPropertyIterator(*this, 0, skip_empty); };
|
||||
IndexedPropertyIterator end() const { return IndexedPropertyIterator(*this, array_like_size(), false); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue