Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc3334 PropertyCell* no_elements_cell = heap()->no_elements_protector(); in Throw() local
3336 no_elements_cell->value()->IsSmi() && in Throw()
3337 Smi::ToInt(no_elements_cell->value()) == kProtectorValid; in Throw()