mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
LibJS: Add bytecode generation for FunctionExpression :^)
This commit is contained in:
parent
749a3b9245
commit
af48a066c6
3 changed files with 8 additions and 1 deletions
|
@ -308,6 +308,8 @@ public:
|
|||
bool cannot_auto_rename() const { return m_cannot_auto_rename; }
|
||||
void set_cannot_auto_rename() { m_cannot_auto_rename = true; }
|
||||
|
||||
virtual void generate_bytecode(Bytecode::Generator&) const override;
|
||||
|
||||
private:
|
||||
bool m_cannot_auto_rename { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue