JS-111: net._accept swallows real accept errors — EMFILE becomes a silent busy-spin

Proposed by the 2026-07-07 jab multi-agent review; confirmed by both skeptic verifiers. All accept failures collapse into "nothing pending", so fd exhaustion turns the level-triggered poll loop into a 100% CPU spin with no error event.

Input

Context

Goals

Constraints

WIP

TODOs