* @param {string} value
(value)
| 458 | * @param {string} value |
| 459 | */ |
| 460 | probe(value) { |
| 461 | return ( |
| 462 | this.probeKind("inline") && this.source[this.position].value === value |
| 463 | ); |
| 464 | } |
| 465 | |
| 466 | /** |
| 467 | * @param {...string} candidates |
no test coverage detected