cef_v8value_t.set_value_byaccessor

Registers an identifier and returns true (1) on success. Access to the identifier will be forwarded to the cef_v8accessor_t instance passed to cef_v8value_t::cef_v8value_create_object(). Returns false (0) if this function is called incorrectly or an exception is thrown. For read-only values this function will return true (1) even though assignment failed.

struct cef_v8value_t
extern (System)
int function(cef_v8value_t* self, const(cef_string_t)* key, cef_v8_accesscontrol_t settings, cef_v8_propertyattribute_t attribute) nothrow set_value_byaccessor;

Meta