pub fn clone_platform_object<'js, T>( ctx: &Ctx<'js>, object: &Object<'js>, ) -> Result<Option<Value<'js>>>where T: StructuredClone<'js>,