mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
LibJS/JIT: Compile the GetMethod instruction
This commit is contained in:
parent
06ea4cfc4f
commit
19045d6431
3 changed files with 21 additions and 1 deletions
|
@ -1349,6 +1349,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