Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 5ccbe4e1ebb9ef339a4e922beb3258fa433e4119..bcc199409f67def301aed0cb782e5ec4a495ac30 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -134,6 +134,10 @@ |
| V(JSCallConstruct) \ |
| V(JSCallFunction) \ |
| V(JSCallRuntime) \ |
| + V(JSForInDone) \ |
| + V(JSForInNext) \ |
| + V(JSForInPrepare) \ |
| + V(JSForInStep) \ |
| V(JSYield) \ |
| V(JSStackCheck) |