You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated implementation to V8 version 5.9:
- use `v8::Local` instead of `v8::Handle`
- use `v8::Global` instead of `v8::PersistentHandle`
- use functions returning `MaybeLocal`
Updated tests and examples.
Updated V8 versions in Travis script and Makefile, switched
to `xenial` image (although it hasn't been officially released yet)
Related to pmed#50 and pmed#66
0 commit comments