cef_v8value_t.set_rethrow_exceptions

Set whether this object will re-throw future exceptions. By default exceptions are not re-thrown. If a exception is re-thrown the current context should not be accessed again until after the exception has been caught and not re-thrown. Returns true (1) on success. This attribute exists only in the scope of the current CEF value object.

struct cef_v8value_t
extern (System)
int function(cef_v8value_t* self, int rethrow) nothrow set_rethrow_exceptions;

Meta