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 #2: Use new v8 GetBackingStore() API when supported #3

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

trinitronx
Copy link
Contributor

@trinitronx trinitronx commented Jun 11, 2024

Fixes issue #2

 - check for V8_MAJOR_VERSION >= 8, and use new GetBackingStore() API if so

 - See nodejs/nan#888 for more details

 - Relax dependency on nan ~2.14 so this can build on modern Node.js versions
   with nan >= 2.14.1
@andrasq
Copy link
Owner

andrasq commented Jul 10, 2024

apologies, way late on this, was traveling when it arrived and forgot later.
LGTM

@andrasq andrasq merged commit 7e58cb1 into andrasq:master Jul 10, 2024
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