pub(crate) unsafe fn JS_ForwardGetPropertyTo( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, id: Handle<'_, PropertyKey>, receiver: Handle<'_, Value>, vp: MutableHandle<'_, Value>, ) -> bool