| Index: src/vm/heap.h
|
| diff --git a/src/vm/heap.h b/src/vm/heap.h
|
| index b9d5ee1329b876984d4e8b4f67f774b5029f10df..52f3acffd1e400e829bf229462eb9ef04e894045 100644
|
| --- a/src/vm/heap.h
|
| +++ b/src/vm/heap.h
|
| @@ -29,6 +29,8 @@ class Heap {
|
|
|
| // Allocate heap object.
|
| Object* CreateInstance(Class* the_class, Object* init_value, bool immutable);
|
| + Object* CreateBooleanObject(uword address, Class* the_class,
|
| + Object* init_value);
|
|
|
| // Allocate array.
|
| Object* CreateArray(Class* the_class, int length, Object* init_value);
|
|
|