The change to use the VST function entries for lazy deserialization did
not handle the case of anonymous functions without aliases. In that case
we must fall back to scanning the function blocks as there is no VST
entry.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I have tested and verified that this fixes PR25101, but I have not reviewed the code.