Home | History | Annotate | Download | only in src

Lines Matching refs:Cell

551 Handle<Cell> Factory::NewCell(Handle<Object> value) {
556 Cell);
570 Handle<PropertyCell> cell = NewPropertyCellWithHole();
571 PropertyCell::SetValueInferType(cell, value);
572 return cell;
1159 Handle<PropertyCell> cell = NewPropertyCell(value);
1160 NameDictionaryAdd(dictionary, name, cell, d);