cef_v8value_t.set_value_bykey

Associates a value with the specified identifier and returns true (1) on success. 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_v8value_t* value, cef_v8_propertyattribute_t attribute) nothrow set_value_bykey;

Meta