cef_v8value_t.is_valid

Returns true (1) if the underlying handle is valid and it can be accessed on the current thread. Do not call any other functions if this function returns false (0).

struct cef_v8value_t
extern (System)
int function(cef_v8value_t* self) nothrow is_valid;

Meta