mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibJS: Generate bytecode for tagged template literals
This commit is contained in:
parent
25ab31219c
commit
2d48fe894f
Notes:
sideshowbarker
2024-07-18 12:31:19 +09:00
Author: https://github.com/gunnarbeutner
Commit: 2d48fe894f
Pull-request: https://github.com/SerenityOS/serenity/pull/7958
2 changed files with 57 additions and 0 deletions
|
@ -1115,6 +1115,7 @@ public:
|
|||
|
||||
virtual Value execute(Interpreter&, GlobalObject&) const override;
|
||||
virtual void dump(int indent) const override;
|
||||
virtual void generate_bytecode(Bytecode::Generator&) const override;
|
||||
|
||||
private:
|
||||
const NonnullRefPtr<Expression> m_tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue