Lines Matching full:cell
3583 // load from a global cell for them.
3603 Handle<JSGlobalPropertyCell> cell(global->GetPropertyCell(&lookup));
3605 new(zone()) HLoadGlobalCell(cell, lookup.GetPropertyDetails());
4175 Handle<JSGlobalPropertyCell> cell(global->GetPropertyCell(&lookup));
4177 new(zone()) HStoreGlobalCell(value, cell, lookup.GetPropertyDetails());
5900 // If there is a global property cell for the name at compile time and