mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 23:42:52 +00:00
LibJS/JIT: Compile the GetPrivateById instruction
This commit is contained in:
parent
4ce2878394
commit
4e9edb8c53
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/skyrising
Commit: 4e9edb8c53
Pull-request: https://github.com/SerenityOS/serenity/pull/21682
3 changed files with 21 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue