Home | History | Annotate | Download | only in src

Lines Matching refs:extra

3123   int extra = 0;
3126 if (!value->IsTheHole() && !HasKey(this, value)) extra++;
3129 if (extra == 0) return this;
3132 Object* obj = Heap::AllocateFixedArray(len0 + extra);
3141 // Fill in the extra keys.
3150 ASSERT(extra == index);
5618 // Check whether there is extra space in fixed array..
5635 // Try allocating extra space.