| Index: src/full-codegen/arm64/full-codegen-arm64.cc
|
| diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc
|
| index 0314b5f9c2b5cf2ab8a2601d6231ebb296494359..f5ba50b1863c91f250c5a82c1960edd46bca0698 100644
|
| --- a/src/full-codegen/arm64/full-codegen-arm64.cc
|
| +++ b/src/full-codegen/arm64/full-codegen-arm64.cc
|
| @@ -1138,11 +1138,6 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| __ Cmp(x11, x2);
|
| __ B(eq, &update_each);
|
|
|
| - // For proxies, no filtering is done.
|
| - // TODO(rossberg): What if only a prototype is a proxy? Not specified yet.
|
| - STATIC_ASSERT(kSmiTag == 0);
|
| - __ Cbz(x2, &update_each);
|
| -
|
| // Convert the entry to a string or (smi) 0 if it isn't a property
|
| // any more. If the property has been removed while iterating, we
|
| // just skip it.
|
|
|