Searched refs:newData (Results 1 – 2 of 2) sorted by relevance
89 let newData = Object.create(data);92 newData[name] = val;93 newData[name + '_index'] = index++;94 proceed(newData);102 let newData = Object.create(data);103 newData[name] = evalExpr(expr, data);104 proceed(newData);
94 Descriptor **newData = in resize() local100 memcpy(newData, data_, capacity_ * sizeof(Descriptor *)); in resize()103 data_ = newData; in resize()