mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibJS/JIT: Compile the New##ErrorName instructions
This commit is contained in:
parent
fd059d4e4a
commit
847889343f
Notes:
sideshowbarker
2024-07-17 06:28:38 +09:00
Author: https://github.com/skyrising
Commit: 847889343f
Pull-request: https://github.com/SerenityOS/serenity/pull/21686
3 changed files with 25 additions and 2 deletions
|
@ -212,6 +212,8 @@ private:
|
|||
ThrowCompletionOr<void> execute_impl(Bytecode::Interpreter&) const; \
|
||||
DeprecatedString to_deprecated_string_impl(Bytecode::Executable const&) const; \
|
||||
\
|
||||
StringTableIndex error_string() const { return m_error_string; } \
|
||||
\
|
||||
private: \
|
||||
StringTableIndex m_error_string; \
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue