Lines Matching defs:cell
67 #include "src/objects/property-cell.h"
517 // out if a protector cell should be invalidated. If there are no protector
518 // cell checks required for constructor, this function must not be used.
2665 // Install the species protector cell.
2666 Handle<PropertyCell> cell = factory->NewProtector();
2667 native_context()->set_regexp_species_protector(*cell);
6155 Handle<PropertyCell> cell(properties->CellAt(index), isolate());
6156 Handle<Name> key(cell->name(), isolate());
6160 Handle<Object> value(cell->value(), isolate());
6162 PropertyDetails details = cell->property_details();