Home | History | Annotate | Download | only in src

Lines Matching full:new_elements

1585       FixedArray* new_elements = NULL;
1586 if (!maybe_elements->To(&new_elements)) {
1590 FixedArray::cast(obj->elements())->set(1, new_elements);
1592 obj->set_elements(new_elements);