Hey there!

I am working on a project which embeds v8 and uses snapshots. We are 
calling v8 from ruby, and would like to be able to check whether or not a 
snapshot is valid (meaning it was created by a matching version of v8). 
Currently, `CheckVersion` will fatally abort, but we would like to be able 
to check the version and raise an error which can be recovered from. Is 
there a public API for this? If not, how could we go about doing this 
without relying on too many v8 internals?

-- 
-- 
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