mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
LibJS/JIT: Compile the BlockDeclarationInstantiation instruction
This commit is contained in:
parent
a28d6291ad
commit
09dce5f1bd
3 changed files with 20 additions and 1 deletions
|
@ -1047,6 +1047,8 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
ScopeNode const& scope_node() const { return m_scope_node; }
|
||||
|
||||
private:
|
||||
ScopeNode const& m_scope_node;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue