Lines Matching defs:cell
17 #include "src/objects/cell.h"
173 // Check if dom protector cell is still valid
815 // Ensure the property cell doesn't contain the hole.
857 TNode<Cell> cell = CAST(LoadFixedArrayElement(exports, index));
859 TNode<Object> value = LoadCellValue(cell);
940 // Ensure the property cell doesn't contain the hole.
962 // 1. Checks prototype validity cell.
987 // Check prototype validity cell.
1012 // because in the former case the validity cell check guards modifications
1049 // validity cell check already guards modifications of the global
1129 // the validity cell check implies that |holder| is
1393 // Load value or miss if the {handler} weak cell is cleared.
3833 // Load the payload of the global parameter cell. A hole indicates that
3834 // the cell has been invalidated and that the store must be handled by the
3886 // invalidated property cell correctly.