Searched refs:species_cell (Results 1 – 1 of 1) sorted by relevance
161 PropertyCell* species_cell = heap()->array_species_protector(); in IsArraySpeciesLookupChainIntact() local162 return species_cell->value()->IsSmi() && in IsArraySpeciesLookupChainIntact()163 Smi::ToInt(species_cell->value()) == kProtectorValid; in IsArraySpeciesLookupChainIntact()167 PropertyCell* species_cell = heap()->typed_array_species_protector(); in IsTypedArraySpeciesLookupChainIntact() local168 return species_cell->value()->IsSmi() && in IsTypedArraySpeciesLookupChainIntact()169 Smi::ToInt(species_cell->value()) == kProtectorValid; in IsTypedArraySpeciesLookupChainIntact()173 PropertyCell* species_cell = heap()->promise_species_protector(); in IsPromiseSpeciesLookupChainIntact() local174 return species_cell->value()->IsSmi() && in IsPromiseSpeciesLookupChainIntact()175 Smi::ToInt(species_cell->value()) == kProtectorValid; in IsPromiseSpeciesLookupChainIntact()