Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 1358) |
| +++ src/runtime.h (working copy) |
| @@ -49,6 +49,8 @@ |
| F(GetPropertyNames, 1) \ |
| F(GetPropertyNamesFast, 1) \ |
| F(GetArgumentsProperty, 1) \ |
| + F(ToFastProperties, 1) \ |
| + F(ToSlowProperties, 1) \ |
| \ |
| F(IsInPrototypeChain, 2) \ |
| \ |