Lines Matching full:new_elements
1078 FixedArray* new_elements = NULL;1079 if (!maybe_elements->To(&new_elements)) {1083 FixedArray::cast(obj->elements())->set(1, new_elements);1085 obj->set_elements(new_elements);