Searched refs:cast_value (Results 1 – 1 of 1) sorted by relevance
9227 ValueType cast_value = 0; in ExternalArrayIntSetter() local9231 cast_value = static_cast<ValueType>(int_value); in ExternalArrayIntSetter()9234 cast_value = static_cast<ValueType>(DoubleToInt32(double_value)); in ExternalArrayIntSetter()9240 receiver->set(index, cast_value); in ExternalArrayIntSetter()9242 return heap->NumberFromInt32(cast_value); in ExternalArrayIntSetter()9280 uint32_t cast_value = 0; in SetValue() local9285 cast_value = static_cast<uint32_t>(int_value); in SetValue()9288 cast_value = static_cast<uint32_t>(DoubleToUint32(double_value)); in SetValue()9294 set(index, cast_value); in SetValue()9296 return heap->NumberFromUint32(cast_value); in SetValue()[all …]