mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
LibJS: Actually override is_private_identifier() in PrivateIdentifier
Regression from 72689ce7bd
.
This commit is contained in:
parent
7ebb421ee9
commit
d5aed70dcf
Notes:
sideshowbarker
2024-07-17 17:53:44 +09:00
Author: https://github.com/awesomekling
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