mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +00:00
LibJS: Actually override is_private_identifier() in PrivateIdentifier
Regression from 72689ce7bd
.
This commit is contained in:
parent
7ebb421ee9
commit
d5aed70dcf
1 changed files with 2 additions and 0 deletions
|
@ -1220,6 +1220,8 @@ public:
|
|||
virtual Completion execute(Interpreter&, GlobalObject&) const override;
|
||||
virtual void dump(int indent) const override;
|
||||
|
||||
virtual bool is_private_identifier() const override { return true; }
|
||||
|
||||
private:
|
||||
FlyString m_string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue