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

Use JS Proxy to simulate V8 ObjectTemplate behavior #202

Merged
merged 5 commits into from
Sep 10, 2022

Conversation

vmoroz
Copy link
Member

@vmoroz vmoroz commented Aug 26, 2022

A new example that takes NAN namedinterceptors unit test that uses ObjectTemplate and then shows how to implement the same behavior using the JavaScript Proxy object.

It is created to address issue nodejs/node-addon-api#1114

@legendecas legendecas merged commit 0f57746 into nodejs:main Sep 10, 2022
@legendecas
Copy link
Member

Thank you for working on this!

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