set_meta_map(new_meta_map);
new_meta_map->set_map(new_meta_map);
- { // Partial map allocation
+ { // Partial map allocation
#define ALLOCATE_PARTIAL_MAP(instance_type, size, field_name) \
{ Map* map; \
if (!AllocatePartialMap((instance_type), (size)).To(&map)) return false; \
constant_pool_array_map()->set_prototype(null_value());
constant_pool_array_map()->set_constructor(null_value());
- { // Map allocation
+ { // Map allocation
#define ALLOCATE_MAP(instance_type, size, field_name) \
{ Map* map; \
if (!AllocateMap((instance_type), size).To(&map)) return false; \