| 650 | } |
| 651 | |
| 652 | static FunctionDescriptor CreateDescriptor(absl::string_view name, |
| 653 | bool receiver_style, |
| 654 | bool is_strict) { |
| 655 | return CreateDescriptor(name, receiver_style, |
| 656 | {is_strict, /*is_contextual=*/false}); |
| 657 | } |
| 658 | |
| 659 | static FunctionDescriptor CreateDescriptor( |
| 660 | absl::string_view name, bool receiver_style, |
nothing calls this directly
no test coverage detected