On Fri, Jun 22, 2012 at 6:04 PM, Martin Thomson <[email protected]> wrote: > process.env instanceof Object === true > typeof process.env.hasOwnProperty === undefined > > Bug?
`process.env` is not a real JS object. it's a stub for a chunk of C++ code. But by all means file an issue if you feel strongly about this, we can probably fix it. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
