mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibJS/JIT: Compile the GetPrivateById instruction
This commit is contained in:
committed by
Andreas Kling
parent
4ce2878394
commit
4e9edb8c53
@@ -621,6 +621,8 @@ public:
|
||||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
IdentifierTableIndex property() const { return m_property; }
|
||||
|
||||
private:
|
||||
IdentifierTableIndex m_property;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user