You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
please impl the getter/setter supports, we need it.
The text was updated successfully, but these errors were encountered: