Searched refs:GrowCapacity (Results 1 – 3 of 3) sorted by relevance
116 virtual bool GrowCapacity(Handle<JSObject> object, uint32_t index) = 0;
942 bool GrowCapacity(Handle<JSObject> object, uint32_t index) final { in GrowCapacity() function in v8::internal::__anon51de3a750111::ElementsAccessorBase
384 if (!object->GetElementsAccessor()->GrowCapacity(object, index)) { in RUNTIME_FUNCTION()