Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 338) |
| +++ src/objects.h (working copy) |
| @@ -1443,6 +1443,7 @@ |
| // Setters for frequently used oddballs located in old space. |
| inline void set_undefined(int index); |
| + inline void set_null(int index); |
| inline void set_the_hole(int index); |
| // Setter that skips the write barrier if mode is SKIP_WRITE_BARRIER. |