pub unsafe fn JS_SetPropertyById( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, id: Handle<'_, jsid>, v: Handle<'_, Value>, ) -> bool