You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MERGE #6199@MikeHolman] only tell OOP JIT about modules that have initialized localExportSlots
Merge pull request #6199 from MikeHolman:oopjitmoduleinit
This leads to assert where we add the localExportSlots addr to dictionary when it is null and then try to add again when we actually initialize it (and item is unexpectedly already in dictionary). OOP JIT doesn't need to know about them until they are initialized.
OS: 22218538
0 commit comments