Home | History | Annotate | Download | only in src

Lines Matching defs:constant_value

432   int32_t constant_value;
433 if (ToInt32Constant(value, constant_value) && Smi::IsValid(constant_value)) {
434 return SmiConstant(Smi::FromInt(constant_value));