| 465 | } |
| 466 | |
| 467 | static FunctionDescriptor CreateDescriptor(absl::string_view name, |
| 468 | bool receiver_style, |
| 469 | bool is_strict) { |
| 470 | return CreateDescriptor(name, receiver_style, |
| 471 | {is_strict, /*is_contextual=*/false}); |
| 472 | } |
| 473 | |
| 474 | static FunctionDescriptor CreateDescriptor( |
| 475 | absl::string_view name, bool receiver_style, |
nothing calls this directly
no test coverage detected