| Index: src/ic/handler-compiler.cc
|
| diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc
|
| index c7220afe1a4611e0a73b0d6b1cd97722f85b1f88..379e79fcac3bd0a0e55bb493fc18c775a9069e7a 100644
|
| --- a/src/ic/handler-compiler.cc
|
| +++ b/src/ic/handler-compiler.cc
|
| @@ -577,6 +577,7 @@
|
| } else if (IsSloppyArgumentsElements(elements_kind)) {
|
| cached_stub = KeyedLoadSloppyArgumentsStub(isolate()).GetCode();
|
| } else if (IsFastElementsKind(elements_kind) ||
|
| + IsExternalArrayElementsKind(elements_kind) ||
|
| IsFixedTypedArrayElementsKind(elements_kind)) {
|
| cached_stub = LoadFastElementStub(isolate(), is_js_array, elements_kind,
|
| convert_hole_to_undefined).GetCode();
|
|
|