Chromium Code Reviews| Index: src/arm/lithium-codegen-arm.h |
| =================================================================== |
| --- src/arm/lithium-codegen-arm.h (revision 8253) |
| +++ src/arm/lithium-codegen-arm.h (working copy) |
| @@ -266,6 +266,7 @@ |
| void EmitCmpI(LOperand* left, LOperand* right); |
| void EmitNumberUntagD(Register input, |
| DoubleRegister result, |
| + bool deoptimize_on_undefined, |
| LEnvironment* env); |
| // Emits optimized code for typeof x == "y". Modifies input register. |