| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8e363cf commit 18c95ec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -684,11 +684,8 @@ MaybeLocal<Value> StringBytes::Encode(Isolate* isolate, | |||
| 684 | 684 | } | |
| 685 | 685 | ||
| 686 | 686 | default: | |
| 687 | - CHECK(0 && "unknown encoding"); | ||
| 688 | - break; | ||
| 687 | + UNREACHABLE("unknown encoding"); | ||
| 689 | 688 | } | |
| 690 | - | ||
| 691 | - UNREACHABLE(); | ||
| 692 | 689 | } | |
| 693 | 690 | ||
| 694 | 691 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments