Home | History | Annotate | Download | only in src

Lines Matching full:cell

355     JSGlobalPropertyCell* cell =
358 cell->set_value(value);
387 JSGlobalPropertyCell* cell =
389 cell->set_value(value);
404 // If we have a global object set the cell to the hole.
411 // from the DontDelete cell without checking if it contains
417 JSGlobalPropertyCell* cell =
419 cell->set_value(Heap::the_hole_value());
1008 accumulator->Add("Cell for ");
1353 // In case name is an orphaned property reuse the cell.
2809 // caches which have a global property cell reference directly in the code.
7325 Object* cell = Heap::AllocateJSGlobalPropertyCell(Heap::the_hole_value());
7326 if (cell->IsFailure()) return cell;
7329 Object* dictionary = property_dictionary()->Add(name, cell, details);
7332 return cell;