Status: New
Owner: ----

New issue 1342 by [email protected]: Expose hasOwnProperty() through V8 API
http://code.google.com/p/v8/issues/detail?id=1342

Without this, it is not possible to implement things that crawl an object graph in the same way as JSON.stringify(). And as far as I can see, there is no way to emulate it perfectly with the current API. For example, you can't detect whether properties defined with __defineGetter__ are local or in prototypes.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to