Throwing getter on global object fails to propagate correctly
Author: dhermanCreated Dec 2, 2025Updated Dec 2, 2025
Labelsbug
Defining a getter property on the global object should propagate the exception when calling `cx.global("foo")` but the error gets overridden with an internal Neon error.
Source: neon-bindings/neon