Function javascriptcore_sys::JSObjectSetProperty [] [src]

pub unsafe extern "C" fn JSObjectSetProperty(
    ctx: JSContextRef,
    object: JSObjectRef,
    propertyName: JSStringRef,
    value: JSValueRef,
    attributes: JSPropertyAttributes,
    exception: *mut JSValueRef
)

Sets a property on an object.