(&self)
| 250 | // Ref: https://wicg.github.io/urlpattern/#is-a-group-close |
| 251 | #[inline] |
| 252 | fn is_group_close(&self) -> bool { |
| 253 | self.token_list[self.token_index].kind == TokenType::Close |
| 254 | } |
| 255 | |
| 256 | // Ref: https://wicg.github.io/urlpattern/#compute-protocol-matches-a-special-scheme-flag |
| 257 | fn compute_protocol_matches_special_scheme<R: RegExp>( |
no outgoing calls
no test coverage detected