pub unsafe fn JS_DefinePropertyById4(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: Handle<'_, jsid>,
getter: HandleObject<'_>,
setter: HandleObject<'_>,
attrs: c_uint,
) -> bool
pub unsafe fn JS_DefinePropertyById4(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: Handle<'_, jsid>,
getter: HandleObject<'_>,
setter: HandleObject<'_>,
attrs: c_uint,
) -> bool