Hi, all!

Is this legal:

TryCatch sentry;
Handle<Value> rc = ...;
if( rc.IsEmpty() )
{
   ... do something ...
   return sentry.Exception();
}

is that the proper way to propagate the exception, or do i return the
empty rc object?

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

Reply via email to