Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 9686) |
| +++ src/runtime.h (working copy) |
| @@ -371,6 +371,7 @@ |
| F(HasExternalFloatElements, 1, 1) \ |
| F(HasExternalDoubleElements, 1, 1) \ |
| F(HaveSameMap, 2, 1) \ |
| + F(AreIdenticalObject, 2, 1) \ |
| /* profiler */ \ |
| F(ProfilerResume, 0, 1) \ |
| F(ProfilerPause, 0, 1) |