mozjs::rust::wrappers

Function JS_DefinePropertyById2

Source
pub unsafe fn JS_DefinePropertyById2(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    value: Handle<'_, Value>,
    attrs: c_uint,
) -> bool