Function v8_sys::v8_Object_SetAccessorProperty
[−]
[src]
pub unsafe extern fn v8_Object_SetAccessorProperty(c: RustContext,
self_: ObjectRef,
name: NameRef,
getter: FunctionRef,
setter: FunctionRef,
attribute: PropertyAttribute,
settings: AccessControl)