the v8 embedder's guide shows how to catch exceptions:
https://developers.google.com/v8/embed#exceptions




On Thu, Mar 15, 2012 at 2:40 PM, avasilev <[email protected]> wrote:

> Hello,
> I need a way to determine if a Value is an exception. It doesn't
> matter what exception type is used, I will use an exception for which
> Value() has a way to determine if it is sunc an exception. So I found
> the IsNativeError(), but there is nothing about it - how to create
> such exceptions, what do they mean? Or is there a  way to determine if
> a called function has returned its value via ThrowException(), so that
> I abort processing and return immediately the exception object?
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to