v7 icon indicating copy to clipboard operation
v7 copied to clipboard

v7.c: line:29703 /* TODO(dfrank) : add getter/setter support */

Open wyouflf opened this issue 9 years ago • 1 comments

please impl the getter/setter supports, we need it.

wyouflf avatar Oct 20 '16 16:10 wyouflf

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.

dimonomid avatar Oct 20 '16 17:10 dimonomid