mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
LibJS/Bytecode: Move GetByValue implementation to CommonImplementations
This commit is contained in:
parent
1c0efbec6b
commit
e8190105db
4 changed files with 30 additions and 31 deletions
|
@ -727,6 +727,8 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
Register base() const { return m_base; }
|
||||
|
||||
private:
|
||||
Register m_base;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue