v7
v7 copied to clipboard
v7.c: line:29703 /* TODO(dfrank) : add getter/setter support */
please impl the getter/setter supports, we need it.
For the record, we do have getter/setter support, the limitation currently is that getters/setters can be set from C only. For the example of how that is done, see void init_regex(struct v7 *v7) (v7.c, line 34880)
It would be good to add support for it to Object.prototype.defineProperty, but there's no ETA for this at the moment.