JS_DefinePropertyById1

Function JS_DefinePropertyById1 

Source
pub unsafe fn JS_DefinePropertyById1(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    id: Handle<'_, jsid>,
    desc: Handle<'_, PropertyDescriptor>,
) -> bool