mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibJS: Remove unused forwarding getters from SymbolObject
This commit is contained in:
parent
89700a2101
commit
fcdabd179a
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ public:
|
|||
Symbol& primitive_symbol() { return m_symbol; }
|
||||
Symbol const& primitive_symbol() const { return m_symbol; }
|
||||
|
||||
DeprecatedString description() const { return m_symbol.description(); }
|
||||
bool is_global() const { return m_symbol.is_global(); }
|
||||
|
||||
private:
|
||||
SymbolObject(Symbol&, Object& prototype);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue