Backports software-mansion/react-native-reanimated#10167. On web, a
throwing worklet used to abort the whole per-frame batch via
queue.forEach, silently dropping every callback queued after it and
surfacing as "can't access property 'startTime',
this.frameCallbackRegistry.get(...) is undefined". The batch runner
now continues past a failed callback instead.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>