mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibJS: Remove unused MemberExpression::computed_property_name()
This commit is contained in:
parent
23e09eb7f4
commit
8d70a50aed
2 changed files with 0 additions and 14 deletions
|
@ -1617,8 +1617,6 @@ public:
|
|||
Expression const& object() const { return *m_object; }
|
||||
Expression const& property() const { return *m_property; }
|
||||
|
||||
PropertyKey computed_property_name(Interpreter&, GlobalObject&) const;
|
||||
|
||||
String to_string_approximation() const;
|
||||
|
||||
bool ends_in_private_name() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue