Function v8_sys::v8_Object_DefineOwnProperty [] [src]

pub unsafe extern fn v8_Object_DefineOwnProperty(c: RustContext,
                                                 self_: ObjectRef,
                                                 context: ContextRef,
                                                 key: NameRef,
                                                 value: ValueRef,
                                                 attributes: PropertyAttribute)
                                                 -> MaybeBool