Home | History | Annotate | Download | only in src

Lines Matching refs:cell_type

1499       "StoreGlobalStub: cell_type=%d, constant_type=%d, check_global=%d",
1500 cell_type(), PropertyCellType::kConstantType == cell_type()
1537 PropertyCellType cell_type = this->cell_type();
1538 if (cell_type == PropertyCellType::kConstant ||
1539 cell_type == PropertyCellType::kUndefined) {
1548 if (cell_type == PropertyCellType::kConstantType) {