At that age of V8, it's basically a crap shoot. You'd be better off to 
rewrite the JS parts altogether.

Off the top of my head:
Callbacks work completely differently.
Non-local handles work completely differently.
Context and isolation and lockers work completely differently.
The exact template use is different.
The build system is different.

You're really best off to just figure out what the point of the code is, 
and then write new code to interface with V8.

On Sunday, June 8, 2014 2:39:39 PM UTC-7, Justin Walsh wrote:
>
> I am attempting to update this project: 
> https://github.com/wibbe/canvas-cpp and am hitting a wall. Mostly because 
> I am new to v8, but also because the code hasn't been maintained for 4 
> years.
> Is there any information available on migrating from a very old version of 
> v8 to what is out there today? Any links to migrating or depreciated 
> features over the years would be great. Does such a resource exist?
>
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to