mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibJS/JIT: Compile the ImportCall instruction
This commit is contained in:
parent
246daa0810
commit
c0c40110c1
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/skyrising
Commit: c0c40110c1
Pull-request: https://github.com/SerenityOS/serenity/pull/21686
3 changed files with 19 additions and 1 deletions
|
@ -338,6 +338,9 @@ public:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const;
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const;
|
||||
|
||||
Register specifier() const { return m_specifier; }
|
||||
Register options() const { return m_options; }
|
||||
|
||||
private:
|
||||
Register m_specifier;
|
||||
Register m_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue