fn string_match<'ob>( regexp: &str, string: &str, start: Option<i64>, _inhibit_modify: Option<()>, env: &mut Rt<Env<'_>>, cx: &'ob Context<'_>, ) -> Result<Gc<ObjectType<'ob>>>