cef_v8value_t.has_exception

Returns true (1) if the last function call resulted in an exception. 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) nothrow has_exception;

Meta