(index)
| 211 | };`; |
| 212 | |
| 213 | let waitForAllWorkers = function(index) { |
| 214 | while (%AtomicsNumWaitersForTesting(i32a, index / 4) != numWorkers) {} |
| 215 | } |
| 216 | |
| 217 | let jsWakeCheck = function(index, num, workers, msg) { |
| 218 | waitForAllWorkers(index); |
no outgoing calls
no test coverage detected