Chromium Code Reviews| Index: src/codegen.h |
| =================================================================== |
| --- src/codegen.h (revision 5085) |
| +++ src/codegen.h (working copy) |
| @@ -120,6 +120,7 @@ |
| F(IsObject, 1, 1) \ |
| F(IsFunction, 1, 1) \ |
| F(IsUndetectableObject, 1, 1) \ |
| + F(IsSpecObject, 1, 1) \ |
| F(StringAdd, 2, 1) \ |
| F(SubString, 3, 1) \ |
| F(StringCompare, 2, 1) \ |
| @@ -180,7 +181,6 @@ |
| CodeGenerator* previous_; |
| }; |
| - |
| #if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64 |
| // State of used registers in a virtual frame. |