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

Fix implementation of ContextifyContext::PropertySetterCallback() #194

Merged

Conversation

isheludko
Copy link

V8 does not allow returning arbitrary values from interceptor setter callbacks, only a boolean return value is allowed. Since default return value is "true" it's not even necessary to set it on a successful path.

See https://crbug.com/348660658 for details.

V8 doesn not allow returning arbitrary values from the interceptor
setter callbacks, only a boolean return value is allowed. Since
default return value is "true" it's not even necessary to set
the return value on a successful path.

See https://crbug.com/348660658 for details.
@victorgomes victorgomes merged commit 8d04bd7 into v8:node-ci-2024-06-03 Jun 24, 2024
10 of 15 checks passed
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.

2 participants