On Thu, Jan 28, 2010 at 9:14 AM,  <[email protected]> wrote:
>
> http://codereview.chromium.org/552195/diff/1/2
> File src/heap.cc (right):
>
> http://codereview.chromium.org/552195/diff/1/2#newcode1191
> src/heap.cc:1191: reinterpret_cast<Map*>(result)->set_bit_field2(0);
> After adding the extensible property to bit_field2 maybe this needs to
> be (same as in AllocateMap):
> map->set_bit_field2(1 << Map::kIsExtensible);
> (default value for extensible is true)

Does IsExtensible make sense for non-JSObjects?

Cheers,
Kasper

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to