Originally discovered by @popomore .
In io.js
3.x
, Using Object.defineProperty
with process.env
failed in that, process.env
will not actually store the value into the environment variables but on the object itself. This also results in subsequent delete operation failed.

Other objects work fine.
