Closed davisjam closed 7 years ago
Whatever V8 is behind Node v7.4.0 deprecated some V8 methods, so switch to Nan where needed.
This resolves #135.
All tests pass just as well as they did before.
Bonus: In a few places I eliminated redundancy in the use of v8::Locker. I can break this out into a separate PR if you want.
Oops, still learning some GitHub stuff. I didn't realize subsequent changes on the branch would show up here. I'll open a new PR tomorrow.
See #139
Whatever V8 is behind Node v7.4.0 deprecated some V8 methods, so switch to Nan where needed.
This resolves #135.
All tests pass just as well as they did before.
Bonus: In a few places I eliminated redundancy in the use of v8::Locker. I can break this out into a separate PR if you want.