Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wyouflf opened this issue Oct 20, 2016 · 1 comment
Open

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

wyouflf opened this issue Oct 20, 2016 · 1 comment
Assignees

Comments

@wyouflf
Copy link

wyouflf commented Oct 20, 2016

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

@dimonomid dimonomid self-assigned this Oct 20, 2016
@dimonomid
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants