Chromium Code Reviews| Index: src/code-stubs.h |
| =================================================================== |
| --- src/code-stubs.h (revision 7683) |
| +++ src/code-stubs.h (working copy) |
| @@ -37,6 +37,7 @@ |
| // as only the stubs up to and including Instanceof allows nested stub calls. |
| #define CODE_STUB_LIST_ALL_PLATFORMS(V) \ |
| V(CallFunction) \ |
| + V(TypeRecordingUnaryOp) \ |
| V(TypeRecordingBinaryOp) \ |
| V(StringAdd) \ |
| V(SubString) \ |