Home | History | Annotate | Download | only in ic

Lines Matching full:property_cell

1530   Node* property_cell = LoadWeakCellValue(weak_cell, try_handler);
1531 CSA_ASSERT(this, HasInstanceType(property_cell, PROPERTY_CELL_TYPE));
1533 Node* value = LoadObjectField(property_cell, PropertyCell::kValueOffset);