mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
Some callbacks are stored in native resources that not managed by JavaScript, so when those resources are destroyed the JavaScript context may already be destroyed, and releasing callbacks then would result in crash.