mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
LibJS/JIT: Compile the GetIterator instruction
This commit is contained in:
parent
d416cef9bb
commit
4f8f8b7792
3 changed files with 21 additions and 1 deletions
|
@ -1299,6 +1299,8 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
IteratorHint hint() const { return m_hint; }
|
||||
|
||||
private:
|
||||
IteratorHint m_hint { IteratorHint::Sync };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue