mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibJS: Keep current exception in a call frame register
Instead of keeping it in a Bytecode::Interpreter member, move it into a dedicated call frame register.
This commit is contained in:
parent
ebb822def9
commit
3887b840a3
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/awesomekling
Commit: 3887b840a3
Pull-request: https://github.com/SerenityOS/serenity/pull/21241
4 changed files with 20 additions and 20 deletions
|
@ -252,7 +252,7 @@ private:
|
|||
NonnullOwnPtr<IdentifierTable> m_identifier_table;
|
||||
NonnullOwnPtr<RegexTable> m_regex_table;
|
||||
|
||||
u32 m_next_register { 2 };
|
||||
u32 m_next_register { 3 };
|
||||
u32 m_next_block { 1 };
|
||||
u32 m_next_property_lookup_cache { 0 };
|
||||
u32 m_next_global_variable_cache { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue