| 323 | RegexpOp op() { return static_cast<RegexpOp>(op_); } |
| 324 | int nsub() { return nsub_; } |
| 325 | bool simple() { return simple_ != 0; } |
| 326 | ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); } |
| 327 | int Ref(); // For testing. |
| 328 |
no outgoing calls
no test coverage detected