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