Index: src/crankshaft/arm64/lithium-codegen-arm64.cc |
diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
index e3b7effc1c3d885372980be9e0ec42872807ee03..09465f196f82d9847505bccc146978603516e449 100644 |
--- a/src/crankshaft/arm64/lithium-codegen-arm64.cc |
+++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
@@ -3186,6 +3186,9 @@ void LCodeGen::DoLoadKeyedExternal(LLoadKeyedExternal* instr) { |
case DICTIONARY_ELEMENTS: |
case FAST_SLOPPY_ARGUMENTS_ELEMENTS: |
case SLOW_SLOPPY_ARGUMENTS_ELEMENTS: |
+ case FAST_STRING_WRAPPER_ELEMENTS: |
+ case SLOW_STRING_WRAPPER_ELEMENTS: |
+ case NO_ELEMENTS: |
UNREACHABLE(); |
break; |
} |
@@ -4874,6 +4877,9 @@ void LCodeGen::DoStoreKeyedExternal(LStoreKeyedExternal* instr) { |
case DICTIONARY_ELEMENTS: |
case FAST_SLOPPY_ARGUMENTS_ELEMENTS: |
case SLOW_SLOPPY_ARGUMENTS_ELEMENTS: |
+ case FAST_STRING_WRAPPER_ELEMENTS: |
+ case SLOW_STRING_WRAPPER_ELEMENTS: |
+ case NO_ELEMENTS: |
UNREACHABLE(); |
break; |
} |