Function script::dom::bindings::import::module::jsapi::JS_SetUCProperty

source ยท
pub unsafe extern "C" fn JS_SetUCProperty(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const u16,
    namelen: usize,
    v: Handle<Value>,
) -> bool