| 4055 | | 4055 | |
| 4056 | // If the scan is done, but we still have open "delay until recursion" levels, we should continue with the next one | 4056 | // If the scan is done, but we still have open "delay until recursion" levels, we should continue with the next one |
| 4057 | if (nextScanState === scan_state.NONE && availableRecursionDelayLevels.length) { | 4057 | if (nextScanState === scan_state.NONE && availableRecursionDelayLevels.length) { |
| | 4058 | nextScanState = scan_state.RECURSION; |
| 4058 | currentRecursionDelayLevel = availableRecursionDelayLevels.shift(); | 4059 | currentRecursionDelayLevel = availableRecursionDelayLevels.shift(); |
| 4059 | } | 4060 | } |
| 4060 | | 4061 | |