Home | History | Annotate | Download | only in src

Lines Matching defs:int32_value

286   int32_t int32_value = 0;
289 int32_value = *CheckedCast<int8_t>(ptr);
292 int32_value = *CheckedCast<uint8_t>(ptr);
295 int32_value = *CheckedCast<int16_t>(ptr);
298 int32_value = *CheckedCast<uint16_t>(ptr);
301 int32_value = *CheckedCast<int32_t>(ptr);
325 return isolate->factory()->NewNumberFromInt(int32_value);