mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
LibJS/JIT: Compile the SuperCallWithArgumentArray instruction
This commit is contained in:
parent
1eee110575
commit
d247744a3e
3 changed files with 21 additions and 1 deletions
|
@ -989,6 +989,8 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
bool is_synthetic() const { return m_is_synthetic; }
|
||||
|
||||
private:
|
||||
bool m_is_synthetic;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue