mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibJS/JIT: Compile the PutPrivateById instruction
This commit is contained in:
parent
81697549b7
commit
ac43d3f6db
3 changed files with 25 additions and 1 deletions
|
@ -717,6 +717,9 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
Register base() const { return m_base; }
|
||||
IdentifierTableIndex property() const { return m_property; }
|
||||
|
||||
private:
|
||||
Register m_base;
|
||||
IdentifierTableIndex m_property;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue