mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
LibJS: Delete unused Shape::create_for_prototype()
This commit is contained in:
parent
279913a223
commit
6404f6db57
Notes:
github-actions[bot]
2025-05-23 12:52:33 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 6404f6db57
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4846
2 changed files with 0 additions and 11 deletions
|
@ -73,7 +73,6 @@ public:
|
|||
[[nodiscard]] GC::Ref<Shape> create_cacheable_dictionary_transition();
|
||||
[[nodiscard]] GC::Ref<Shape> create_uncacheable_dictionary_transition();
|
||||
[[nodiscard]] GC::Ref<Shape> clone_for_prototype();
|
||||
[[nodiscard]] static GC::Ref<Shape> create_for_prototype(GC::Ref<Realm>, GC::Ptr<Object> prototype);
|
||||
|
||||
void add_property_without_transition(PropertyKey const&, PropertyAttributes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue