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

Some V8 methods were deprecated or removed #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Some V8 methods were deprecated or removed #1

wants to merge 1 commit into from

Conversation

philproctor
Copy link

Because of this libvroomjs were not compiling with the latest V8 libraries. I've changed the method calls to use their non-deprecated equivalents. Tested working under Arch Linux.

@fogzot
Copy link
Owner

fogzot commented May 30, 2013

Can I ask why did you change managed_destroy() signature adding the isolate parameter that is not used in the code?

@fogzot
Copy link
Owner

fogzot commented Jun 14, 2013

Also, the V8 I have on my system (Debian unstable) right now doesn't have that overloads. I will merge this when I get them.

@philproctor
Copy link
Author

These changes were needed to get it to compile on Arch. The signature change on 62 was my mistake, didn't intend for that to go into this pull request. Apologize for that.

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