Commit 1d7aa91
authored
Add a re-entrancy guard to exitRuntime() (#26838)
Add a re-entrancy guard to exitRuntime(), since such re-entrancy is seen
to happen if an atexit() handler throws a JS exception (e.g.
RuntimeError: index out of bounds)
Separated out from #26835.1 parent abf9a60 commit 1d7aa91
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
191 | 196 | | |
192 | 197 | | |
193 | 198 | | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| 202 | + | |
| 203 | + | |
197 | 204 | | |
198 | 205 | | |
199 | 206 | | |
| |||
0 commit comments