Status: New
Owner: ----

New issue 2063 by [email protected]: Properties defined via __defineGetter__ / __defineSetter__ / Object.defineProperty aren't found with Get()/Set() call on Object
http://code.google.com/p/v8/issues/detail?id=2063

When embedding v8, calling ->Get(key) or ->Set(key, value) on an object which has properties defined via Properties defined via __defineGetter__ / __defineSetter__ / Object.defineProperty in JS code does not find the property and returns undefined values.


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

Reply via email to