mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibJS/JIT: Compile the HasPrivateId instruction
This commit is contained in:
parent
712c89dacf
commit
a16082c6a5
3 changed files with 26 additions and 1 deletions
|
@ -645,6 +645,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