Searched refs:constant_type (Results 1 – 3 of 3) sorted by relevance
1687 Maybe<PropertyCellConstantType> constant_type, in StoreGlobalStub() argument1691 constant_type.FromMaybe(PropertyCellConstantType::kSmi); in StoreGlobalStub()1723 PropertyCellConstantType constant_type() const { in constant_type() function
1845 switch (stub->constant_type()) { in BuildCodeInitializedStub()
1602 auto constant_type = Nothing<PropertyCellConstantType>(); in PropertyCellStoreHandler() local1604 constant_type = Just(cell->GetConstantType()); in PropertyCellStoreHandler()1606 StoreGlobalStub stub(isolate, type, constant_type, in PropertyCellStoreHandler()