Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 9eaf437f906bf4142a7bd1a9043d8677146a17b6..6372648efec4bd58bcd6f0667cbe2dd41dcd18cc 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -204,7 +204,8 @@ |
| V(StoreElement) \ |
| V(ObjectIsNumber) \ |
| V(ObjectIsReceiver) \ |
| - V(ObjectIsSmi) |
| + V(ObjectIsSmi) \ |
| + V(ObjectIsUndetectable) |
| // Opcodes for Machine-level operators. |
| #define MACHINE_COMPARE_BINOP_LIST(V) \ |