Function mozjs::rust::jsapi_wrapped::JS_DefineUCProperty7

source ยท
pub unsafe fn JS_DefineUCProperty7(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const u16,
    namelen: usize,
    value: u32,
    attrs: c_uint,
) -> bool