Skip to content

tjs: fix bogus getters#344

Merged
saghul merged 1 commit intomasterfrom
fix-getters
Dec 10, 2022
Merged

tjs: fix bogus getters#344
saghul merged 1 commit intomasterfrom
fix-getters

Conversation

@saghul
Copy link
Copy Markdown
Owner

@saghul saghul commented Dec 8, 2022

TJS_CGETSET_DEF can only be used in an object's prototype, but here we are attaching them to a plain object so they just run the first time.

TJS_CGETSET_DEF can only be used in an object's prototype, but here we
are attaching them to a plain object so they just run the first time.
@saghul saghul merged commit 99ecad9 into master Dec 10, 2022
@saghul saghul deleted the fix-getters branch December 10, 2022 21:21
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

Successfully merging this pull request may close these issues.

1 participant