Commit e1a0f02
authored
When Atomics.wait() is polyfilled, do not attempt to use it in _emscripten_thread_mailbox_await() (#25853)
When Atomics.wait() is polyfilled, do not attempt to use it in
_emscripten_thread_mailbox_await(), since the polyfill will not work
there. This is take two at fixing #25494.1 parent 951b904 commit e1a0f02
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1261 | 1261 | | |
1262 | 1262 | | |
1263 | 1263 | | |
1264 | | - | |
| 1264 | + | |
1265 | 1265 | | |
1266 | | - | |
| 1266 | + | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | 1269 | | |
| |||
0 commit comments