Home
last modified time | relevance | path

Searched refs:species_cell (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Disolate-inl.h161 PropertyCell* species_cell = heap()->array_species_protector(); in IsArraySpeciesLookupChainIntact() local
162 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() local
168 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() local
174 return species_cell->value()->IsSmi() && in IsPromiseSpeciesLookupChainIntact()
175 Smi::ToInt(species_cell->value()) == kProtectorValid; in IsPromiseSpeciesLookupChainIntact()