mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibJS/JIT: Compile the ConcatString bytecode instruction
This commit is contained in:
parent
cafe60d713
commit
1d3062de9e
Notes:
sideshowbarker
2024-07-16 22:54:10 +09:00
Author: https://github.com/skyrising
Commit: 1d3062de9e
Pull-request: https://github.com/SerenityOS/serenity/pull/21665
3 changed files with 21 additions and 0 deletions
|
@ -362,6 +362,8 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
Register lhs() const { return m_lhs; }
|
||||
|
||||
private:
|
||||
Register m_lhs;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue