pub(crate) fn read_from_string<'ob>( string: &str, start: Option<i64>, end: Option<i64>, cx: &'ob Context<'_>, ) -> Result<Gc<ObjectType<'ob>>>